Commit bf9e2915 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add a "(" to fix previous commit.

parent 741d02ee
......@@ -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 );
......
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