]> git.sesse.net Git - vlc/commitdiff
Add a "(" to fix previous commit.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 May 2007 23:04:07 +0000 (23:04 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 May 2007 23:04:07 +0000 (23:04 +0000)
modules/demux/real.c

index 79ed1b03c7b262405ee1d1f3436abfb0e6255053..e31a8a7dd60512175f794519f8f804d2843d43cd 100644 (file)
@@ -518,7 +518,7 @@ static int Demux( demux_t *p_demux )
             if( i_flags & 2 ) y = tk->i_subpacket = 0;
 
             if(( tk->fmt.i_codec == VLC_FOURCC( 'c', 'o', 'o', 'k' ) ||
-                  tk->fmt.i_codec == VLC_FOURCC( 'a', 't', 'r', 'c' ))
+               tk->fmt.i_codec == VLC_FOURCC( 'a', 't', 'r', 'c' )))
             for( i = 0; i < tk->i_frame_size / tk->i_subpacket_size; i++ )
             {
                 block_t *p_block = block_New( p_demux, tk->i_subpacket_size );