[MPlayer-cvslog] r30452 - trunk/libao2/ao_alsa.c

reimar subversion at mplayerhq.hu
Thu Jan 28 19:26:12 CET 2010


Author: reimar
Date: Thu Jan 28 19:26:12 2010
New Revision: 30452

Log:
Explain why we still disable the ALSA resampler even though it is probably
actually working nowadays.

Modified:
   trunk/libao2/ao_alsa.c

Modified: trunk/libao2/ao_alsa.c
==============================================================================
--- trunk/libao2/ao_alsa.c	Thu Jan 28 19:06:47 2010	(r30451)
+++ trunk/libao2/ao_alsa.c	Thu Jan 28 19:26:12 2010	(r30452)
@@ -542,7 +542,8 @@ static int init(int rate_hz, int channel
 	}
 
       /* 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)


More information about the MPlayer-cvslog mailing list