[MPlayer-cvslog] CVS: main mplayer.c,1.929,1.930
Corey Hickey
bugfood-ml at fatooh.org
Mon Apr 17 18:37:17 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main mplayer.c,1.929,1.930
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_fspp.c, 1.15, 1.16 vf_qp.c, 1.7, 1.8 vf_spp.c, 1.35, 1.36 vf_uspp.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Corey Hickey CVS wrote:
> CVS change done by Corey Hickey CVS
>
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv29678
>
> Modified Files:
> mplayer.c
> Log Message:
> Include buffered decoded audio in A-V sync calculations.
> Patch by Uoti Urpala, uoti<<dot>>urpala<<at>>pp1<<dot>>inet<<dot>>fi
>
>
> Index: mplayer.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/mplayer.c,v
> retrieving revision 1.929
> retrieving revision 1.930
> diff -u -r1.929 -r1.930
> --- mplayer.c 15 Apr 2006 09:36:53 -0000 1.929
> +++ mplayer.c 17 Apr 2006 16:31:42 -0000 1.930
> @@ -3494,8 +3494,7 @@
> if(playsize>0){
> sh_audio->a_out_buffer_len-=playsize;
> memmove(sh_audio->a_out_buffer,&sh_audio->a_out_buffer[playsize],sh_audio->a_out_buffer_len);
> - sh_audio->delay+=playback_speed*playsize/((float)((ao_data.bps && sh_audio->afilter) ?
> - ao_data.bps : sh_audio->o_bps));
> + sh_audio->delay+=playback_speed*playsize/(float)ao_data.bps;
If anybody sees any problem after this patch caused by the removal of
the test in the above line, speak up and Uoti can rework his changes to
leave the test in place (and I'll reverse the patch until then if
necessary).
For details, see the original thread started by Uoti Urpala in
mplayer-dev-eng:
[PATCH] Include buffered decoded audio in av sync calculations
-Corey
- Previous message: [MPlayer-cvslog] CVS: main mplayer.c,1.929,1.930
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_fspp.c, 1.15, 1.16 vf_qp.c, 1.7, 1.8 vf_spp.c, 1.35, 1.36 vf_uspp.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list