Commit 871731a0 authored by Laurent Aimar's avatar Laurent Aimar

Fixed program selection in TS demuxer.

parent ba789e5b
......@@ -1400,7 +1400,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
}
}
}
else
else if( i_int <= 0 )
{
p_sys->i_current_program = -1;
p_sys->programs_list.i_count = 0;
......
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