Mercurial > mplayer.hg
changeset 5942:fb3a76edddf1
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
author | arpi |
---|---|
date | Thu, 02 May 2002 23:40:31 +0000 |
parents | f2bad7299936 |
children | 470d830cb9d9 |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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){