Commit fd5b9ace authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic (record.c)

parent daf95b39
...@@ -528,7 +528,7 @@ static void OutputSend( sout_stream_t *p_stream, sout_stream_id_t *id, block_t * ...@@ -528,7 +528,7 @@ static void OutputSend( sout_stream_t *p_stream, sout_stream_id_t *id, block_t *
id->b_wait_start = false; id->b_wait_start = false;
} }
if( ( p_block->i_flags & (BLOCK_FLAG_TYPE_I|BLOCK_FLAG_TYPE_P|BLOCK_FLAG_TYPE_B|BLOCK_FLAG_TYPE_PB) ) == 0 ) if( ( p_block->i_flags & BLOCK_FLAG_TYPE_MASK ) == 0 )
id->b_wait_key = false; id->b_wait_key = false;
} }
if( id->b_wait_start ) if( id->b_wait_start )
......
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