Commit a9c311a0 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: fix wrong flush condition

parent d8cea299
...@@ -2631,7 +2631,7 @@ static void ReadyQueuesPostSeek( demux_t *p_demux ) ...@@ -2631,7 +2631,7 @@ static void ReadyQueuesPostSeek( demux_t *p_demux )
if( pid->type != TYPE_PES ) if( pid->type != TYPE_PES )
continue; continue;
if( !pid->u.p_pes->es.id ) if( pid->u.p_pes->es.id )
{ {
block_t *p_block = block_Alloc(1); block_t *p_block = block_Alloc(1);
if( p_block ) if( p_block )
......
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