Mercurial > audlegacy
changeset 1337:e3fc230de951 trunk
[svn] - add missing declaration
author | nenolod |
---|---|
date | Tue, 27 Jun 2006 19:46:46 -0700 |
parents | 9b6f9e20d8c2 |
children | a299e816c2fd |
files | ChangeLog Plugins/Input/mpg123/mpg123.h |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 27 19:44:29 2006 -0700 +++ b/ChangeLog Tue Jun 27 19:46:46 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-28 02:44:29 +0000 William Pitcock <nenolod@nenolod.net> + revision [1584] + - math was buggy here, sorry! + + + Changes: Modified: + +1 -1 trunk/Plugins/Input/mpg123/mpg123.c + + 2006-06-28 02:39:52 +0000 William Pitcock <nenolod@nenolod.net> revision [1582] - dynamic resampler with interpolation, no special GUI options for it yet though (this replaces the mpg123 "way" of doing it)
--- a/Plugins/Input/mpg123/mpg123.h Tue Jun 27 19:44:29 2006 -0700 +++ b/Plugins/Input/mpg123/mpg123.h Tue Jun 27 19:46:46 2006 -0700 @@ -300,6 +300,7 @@ extern int mpgdec_synth_ntom_8bit_mono(mpgdec_real *, unsigned char *, int *); extern int mpgdec_synth_ntom_8bit_mono2stereo(mpgdec_real *, unsigned char *, int *); +extern void mpgdec_synth_ntom_set_step(long, long); extern void mpgdec_rewindNbits(int bits); extern int mpgdec_hsstell(void);