Mercurial > audlegacy
changeset 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 | e3fc230de951 |
children | cf44bc209040 |
files | ChangeLog Plugins/Input/mpg123/mpg123.c |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 27 19:46:46 2006 -0700 +++ b/ChangeLog Tue Jun 27 19:52:20 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-28 02:46:46 +0000 William Pitcock <nenolod@nenolod.net> + revision [1586] + - add missing declaration + + + Changes: Modified: + +1 -0 trunk/Plugins/Input/mpg123/mpg123.h + + 2006-06-28 02:44:29 +0000 William Pitcock <nenolod@nenolod.net> revision [1584] - math was buggy here, sorry!
--- 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];