]> git.sesse.net Git - vlc/blobdiff - modules/demux/ty.c
Fixed invalid/useless usage of ES_OUT_RESET_PCR.
[vlc] / modules / demux / ty.c
index 231fddabf8a53136040e7e3f5d0202d0539c8a93..7e3a2a42d6c65209e9f3f981623991e46da72c42 100644 (file)
@@ -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;
 }