Mercurial > audlegacy-plugins
comparison src/madplug/decoder.c @ 924:f931c9d744a5 trunk
[svn] -adjust size of variable in dither code.
| author | yaz |
|---|---|
| date | Mon, 09 Apr 2007 03:21:02 -0700 |
| parents | a8494c2a87eb |
| children | 3673bbab7372 |
comparison
equal
deleted
inserted
replaced
| 923:053baea2cbef | 924:f931c9d744a5 |
|---|---|
| 32 #include "input.h" | 32 #include "input.h" |
| 33 | 33 |
| 34 #define BUFFER_SIZE 16*1024 | 34 #define BUFFER_SIZE 16*1024 |
| 35 #define N_AVERAGE_FRAMES 10 | 35 #define N_AVERAGE_FRAMES 10 |
| 36 | 36 |
| 37 extern long triangular_dither_noise(int nbits); | 37 extern int triangular_dither_noise(int nbits); |
| 38 | 38 |
| 39 /** | 39 /** |
| 40 * Scale PCM data | 40 * Scale PCM data |
| 41 */ | 41 */ |
| 42 static inline signed int | 42 static inline signed int |
