Mercurial > mplayer.hg
changeset 30410:67b70534caeb
Explain why we still disable the ALSA resampler even though it is probably
actually working nowadays.
author | reimar |
---|---|
date | Thu, 28 Jan 2010 18:26:12 +0000 |
parents | 6eb012e46b63 |
children | bf19c3502f1b |
files | libao2/ao_alsa.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_alsa.c Thu Jan 28 18:06:47 2010 +0000 +++ b/libao2/ao_alsa.c Thu Jan 28 18:26:12 2010 +0000 @@ -542,7 +542,8 @@ } /* workaround for buggy rate plugin (should be fixed in ALSA 1.0.11) - prefer our own resampler */ + prefer our own resampler, since that allows users to choose the resampler, + even per file if desired */ #if SND_LIB_VERSION >= 0x010009 if ((err = snd_pcm_hw_params_set_rate_resample(alsa_handler, alsa_hwparams, 0)) < 0)