Commit 08600a4c authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Fixed program selection in TS demuxer.

(cherry picked from commit 871731a0)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ba1a32ac
...@@ -1400,7 +1400,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) ...@@ -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->i_current_program = -1;
p_sys->programs_list.i_count = 0; 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