Mercurial > mplayer.hg
changeset 1457:b9b9b0d2e220
old InitialFrames stuff disabled - should work without it
author | arpi |
---|---|
date | Tue, 07 Aug 2001 00:47:02 +0000 |
parents | 8c57a5a3c645 |
children | bd05276ed3d7 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Mon Aug 06 23:59:50 2001 +0000 +++ b/mplayer.c Tue Aug 07 00:47:02 2001 +0000 @@ -1143,7 +1143,7 @@ if(verbose) printf("Initial frame delay A: %d V: %d\n",(int)sh_audio->audio.dwInitialFrames,(int)sh_video->video.dwInitialFrames); if(!pts_from_bps){ float x=(float)(sh_audio->audio.dwInitialFrames-sh_video->video.dwInitialFrames)*sh_video->frametime; - audio_delay-=x; +// audio_delay-=x; if(verbose) printf("AVI Initial frame delay: %5.3f\n",x); } if(verbose){