Mercurial > mplayer.hg
comparison debian-build/mplayer.prerm.debhelper @ 11511:6e580b901205
original config:
> ao_data.bps=channels*rate;
> if(format != AFMT_U8 && format != AFMT_S8)
> ao_data.bps*=2;
fallback config, before patch:
> ao_data.bps=ao_data.channels * ao_data.samplerate;
since we forced the format to S16_LE in fallback, we should double bps
to be consistent with an original config of the same settings.
author | joey |
---|---|
date | Sun, 23 Nov 2003 17:04:19 +0000 |
parents | 33f43b0f24f7 |
children |
comparison
equal
deleted
inserted
replaced
11510:3638adcfdcbd | 11511:6e580b901205 |
---|