locally:
* fix audio when using bsdbt848 video driver (problems noted by simon@)
* allow 24-bit audio output formats in the sndio backend (from ratchov@)
mostly from edd@ (MAINTAINER)
``bufsz'' which is deprecated and doesn't work in all cases. This
allows mplayer to work without underruns whatever the the buffer
size used by aucat is.
set the block size to 10ms, otherwise depending on the defaults,
the blocksize may be too large for mplayer, causing video to
stutter.
move "-ao libsndio" to "-ao sndio", suggested by naddy@
ok naddy@
* 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@