X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=500a85379bd42b0dabdea4383d875a4f2180b640;hp=1b916eecf632cc834b46703007097d6a02e6413a;hb=d27b31524e1d60ad4fdbeb606bba31ba0ee54048;hpb=63b57e3e60923cea4e3e1808e3133789db2dc83a diff --git a/filter.h b/filter.h index 1b916eec..500a8537 100644 --- a/filter.h +++ b/filter.h @@ -232,9 +232,8 @@ extern struct filter filters[]; /* filters that are always present */ DECLARE_EXTERN_FILTER_INIT(wav); -/* wav is always the first filter */ -#define WAV_FILTER_NUM 0 DECLARE_EXTERN_FILTER_INIT(compress); +DECLARE_EXTERN_FILTER_INIT(amp); /* next the optional filters */ #ifdef HAVE_MAD @@ -263,6 +262,7 @@ DECLARE_EXTERN_FILTER_INIT(oggdec); #define DEFINE_FILTER_ARRAY(filters) struct filter filters[] = { \ FILTER_INIT(wav) \ FILTER_INIT(compress) \ + FILTER_INIT(amp) \ MP3DEC_FILTER \ AACDEC_FILTER \ OGGDEC_FILTER \