Commit 7f800bc0 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/ogg.c: fix for --input-repeat

parent 37666a11
...@@ -247,8 +247,8 @@ static int Demux( demux_t * p_demux ) ...@@ -247,8 +247,8 @@ static int Demux( demux_t * p_demux )
Ogg_EndOfStream( p_demux ); Ogg_EndOfStream( p_demux );
} }
if( Ogg_BeginningOfStream( p_demux ) != VLC_SUCCESS ) return 0;
p_sys->i_eos = 0; p_sys->i_eos = 0;
if( Ogg_BeginningOfStream( p_demux ) != VLC_SUCCESS ) return 0;
msg_Dbg( p_demux, "beginning of a group of logical streams" ); msg_Dbg( p_demux, "beginning of a group of logical streams" );
es_out_Control( p_demux->out, ES_OUT_RESET_PCR ); es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
......
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