comparison src/crossfade/crossfade.h @ 3065:a0ba6102131d

crossfade-ng: remove more cruft, kill some warnings.
author William Pitcock <nenolod@atheme.org>
date Fri, 24 Apr 2009 06:38:48 -0500
parents 6a6a731fdaf8
children c33daa1689a4
comparison
equal deleted inserted replaced
3064:43a336a7791b 3065:a0ba6102131d
43 #include <audacious/util.h> 43 #include <audacious/util.h>
44 44
45 #include "debug.h" 45 #include "debug.h"
46 46
47 #undef VOLUME_NORMALIZER 47 #undef VOLUME_NORMALIZER
48 #define TIMING_COMMENTS
49 48
50 #define OUTPUT_RATE the_rate 49 #define OUTPUT_RATE the_rate
51 #define OUTPUT_NCH 2 50 #define OUTPUT_NCH 2
52 #define OUTPUT_BPS (OUTPUT_RATE * OUTPUT_NCH * 2) 51 #define OUTPUT_BPS (OUTPUT_RATE * OUTPUT_NCH * 2)
53 52