# HG changeset patch # User nenolod # Date 1151462806 25200 # Node ID e3fc230de9514c18fc35cdc05f5af62d10504de1 # Parent 9b6f9e20d8c2a1888d405213aede46c5895184d0 [svn] - add missing declaration diff -r 9b6f9e20d8c2 -r e3fc230de951 ChangeLog --- 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 + 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 revision [1582] - dynamic resampler with interpolation, no special GUI options for it yet though (this replaces the mpg123 "way" of doing it) diff -r 9b6f9e20d8c2 -r e3fc230de951 Plugins/Input/mpg123/mpg123.h --- 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);