diff Plugins/Input/mpg123/mpg123.c @ 1338:a299e816c2fd trunk

[svn] - add a note explaining that this algorithm sucks and will be discarded before 1.1 release
author nenolod
date Tue, 27 Jun 2006 19:52:20 -0700
parents 9b6f9e20d8c2
children cf44bc209040
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.c	Tue Jun 27 19:46:46 2006 -0700
+++ b/Plugins/Input/mpg123/mpg123.c	Tue Jun 27 19:52:20 2006 -0700
@@ -734,6 +734,9 @@
         mpgdec_mpeg25 = fr.mpeg25;
         mpgdec_mode = fr.mode;
 
+	/* XXX: note that this is temporary, until custom resampling is implemented
+	 * in prefs.
+	 */
 	if (fr.down_sample)
 	{
 	    long n = mpgdec_freqs[fr.sampling_frequency];