From 71dcc053fe61841201abe1034a86eae863197c48 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jan 2010 15:16:39 +0000 Subject: Move the resync-related code into more consistent places instead of having it scattered all over the place with half of it forgotten in some places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30420 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 6ff49a5350..7e7f4334fa 100644 --- a/mencoder.c +++ b/mencoder.c @@ -1708,7 +1708,6 @@ static int edl_seek(edl_record_ptr next_edl_record, demuxer_t* demuxer, demux_st if(demux_seek(demuxer, next_edl_record->stop_sec - sh_video->pts, audio_delay, 0)){ sh_video->pts = demuxer->video->pts; //if (vo_vobsub) vobsub_seek(vo_vobsub,sh_video->pts); - resync_video_stream(sh_video); //if(vo_spudec) spudec_reset(vo_spudec); if (audio_delay != 0.0) fixdelay(demuxer->video, d_audio, mux_a, frame_data, framecopy); return 1; -- cgit v1.2.3