Mercurial > mplayer.hg
view debian/README.debian @ 25195:1aec672af2d2
Fix ao_null with float samples
ao_null accepts float input, but the code calculating ao_data.bps only
checked for 1-byte formats and used samplesize 2 for everything else.
Because ao_null uses the bps value in its timing calculations this
effectively made "playback" advance at half the correct speed.
Fixed by calculating samplesize with af_fmt2bits() instead.
author | uau |
---|---|
date | Sat, 01 Dec 2007 05:17:08 +0000 |
parents | 587906e031fa |
children | 0f1b5b68af32 |
line wrap: on
line source
mplayer for Debian ---------------------- Most options are autodetected or configured during compilation thus users are supposed to build this package themselves. Recommended method is running "fakeroot debian/rules binary" in the top directory In case you would like to pass some parameters to ./configure, set variable DEB_BUILD_OPTIONS like that: eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary Dariush Pietrzak <eyck@ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002