]> git.sesse.net Git - vlc/commitdiff
* Ahum.. compile before you commit...
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 15 Mar 2006 01:12:30 +0000 (01:12 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 15 Mar 2006 01:12:30 +0000 (01:12 +0000)
modules/demux/livedotcom.cpp

index b02f23b70677403842fa2502af557e8628ccc446..751d72f7ed3e04a727923d201ad616b78d6ff805 100644 (file)
@@ -489,13 +489,13 @@ static int  Open ( vlc_object_t *p_this )
             else if( !strncmp( sub->codecName(), "G726", 4 ) )
             {
                 tk->fmt.i_codec = VLC_FOURCC( 'g', '7', '2', '6' ); 
-                if( !strcmp( sub->codecName()+5, "40" )
+                if( !strcmp( sub->codecName()+5, "40" ) )
                     tk->fmt.audio.i_bitspersample = 5;
-                else if( !strcmp( sub->codecName()+5, "32" )
+                else if( !strcmp( sub->codecName()+5, "32" ) )
                     tk->fmt.audio.i_bitspersample = 4;
-                else if( !strcmp( sub->codecName()+5, "24" )
+                else if( !strcmp( sub->codecName()+5, "24" ) )
                     tk->fmt.audio.i_bitspersample = 3;
-                else if( !strcmp( sub->codecName()+5, "16" )
+                else if( !strcmp( sub->codecName()+5, "16" ) )
                     tk->fmt.audio.i_bitspersample = 2;
             }
             else if( !strcmp( sub->codecName(), "AMR" ) )