# HG changeset patch # User arpi # Date 1020382831 0 # Node ID fb3a76edddf13ad165225d33619ede427268392d # Parent f2bad7299936c8c8293657ad9f518141cbfb52a1 100000l! it resets a/v buffers _after_ stream sync, dropping possible keyframe, and may causing a-v desync.. seems to fix mpg seek bug and avi desync bug diff -r f2bad7299936 -r fb3a76edddf1 mplayer.c --- a/mplayer.c Thu May 02 17:12:44 2002 +0000 +++ b/mplayer.c Thu May 02 23:40:31 2002 +0000 @@ -2718,6 +2718,7 @@ /* FIXME there should be real seeking for vobsub */ if (vo_vobsub) vobsub_reset(vo_vobsub); +#if 0 if(sh_video && d_video->packs == 0) ds_fill_buffer(d_video); if(sh_audio){ @@ -2732,6 +2733,7 @@ } else { mp_msg(MSGT_AVSYNC,MSGL_STATUS,"A: --- V:%6.1f \r",d_video->pts); } +#endif fflush(stdout); if(sh_video){