Commit 2600c109 authored by Laurent Aimar's avatar Laurent Aimar

Cosmetics.

parent 878a2399
...@@ -1187,7 +1187,7 @@ static void InitPrograms( input_thread_t * p_input ) ...@@ -1187,7 +1187,7 @@ static void InitPrograms( input_thread_t * p_input )
static int Init( input_thread_t * p_input ) static int Init( input_thread_t * p_input )
{ {
vlc_meta_t *p_meta; vlc_meta_t *p_meta;
int i, ret; int i;
for( i = 0; i < p_input->p->p_item->i_options; i++ ) for( i = 0; i < p_input->p->p_item->i_options; i++ )
{ {
...@@ -1205,8 +1205,7 @@ static int Init( input_thread_t * p_input ) ...@@ -1205,8 +1205,7 @@ static int Init( input_thread_t * p_input )
InitStatistics( p_input ); InitStatistics( p_input );
#ifdef ENABLE_SOUT #ifdef ENABLE_SOUT
ret = InitSout( p_input ); if( InitSout( p_input ) )
if( ret != VLC_SUCCESS )
goto error_stats; goto error_stats;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment