X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fty.c;h=7e3a2a42d6c65209e9f3f981623991e46da72c42;hb=a408beace67ef9245bf8d81bb59689bd53e7a21e;hp=231fddabf8a53136040e7e3f5d0202d0539c8a93;hpb=426932330da5ef5182008c6331fe504870c57ce8;p=vlc diff --git a/modules/demux/ty.c b/modules/demux/ty.c index 231fddabf8..7e3a2a42d6 100644 --- a/modules/demux/ty.c +++ b/modules/demux/ty.c @@ -1104,7 +1104,6 @@ static int ty_stream_seek_pct(demux_t *p_demux, double seek_pct) /* to hell with syncing any audio or video, just start reading records... :) */ /*p_sys->lastAudioPTS = p_sys->lastVideoPTS = 0;*/ - es_out_Control( p_demux->out, ES_OUT_RESET_PCR ); return VLC_SUCCESS; }