CVSROOT: /cvs
Module name: ports
Changes by: [EMAIL PROTECTED] 2008/11/01 06:03:41
Modified files:
x11/mplayer : Makefile
x11/mplayer/files: ao_libsndio.c
Log message:
* tweak previous: always keep frame alignment
* if the sample rate returned in sio_getpar is within 3% of the rate
requested in sio_setpar, tell mplayer we're using the requested
rate so it doesn't try to resample. however, use the returned
sample rate to calculate bitrate, so A/V sync continues to work.
* use a variable to represent bytes per frame
* remove unused variables
ok ratchov@