[vlc-devel] commit: Cosmetics. (Laurent Aimar )

git version control git at videolan.org
Sun Jan 31 01:41:56 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 31 01:04:48 2010 +0100| [2600c1095d84757aaae07cde21f0de0bfbefb859] | committer: Laurent Aimar 

Cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2600c1095d84757aaae07cde21f0de0bfbefb859
---

 src/input/input.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index f901a9e..a8c96b5 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1187,7 +1187,7 @@ static void InitPrograms( input_thread_t * p_input )
 static int Init( input_thread_t * p_input )
 {
     vlc_meta_t *p_meta;
-    int i, ret;
+    int 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 )
 
     InitStatistics( p_input );
 #ifdef ENABLE_SOUT
-    ret = InitSout( p_input );
-    if( ret != VLC_SUCCESS )
+    if( InitSout( p_input ) )
         goto error_stats;
 #endif
 




More information about the vlc-devel mailing list