move FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS into defs.h

This commit is contained in:
Josh Coalson 2002-11-01 04:27:30 +00:00
parent de29cd0875
commit 348f112e83

View File

@ -21,10 +21,9 @@
#include "export.h"
#include "defs.h" /* buy FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS for the caller */
#include "FLAC/ordinals.h"
#define FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS 2
PLUGIN_COMMON_API unsigned FLAC__plugin_common__pack_pcm_signed_little_endian(FLAC__byte *data, FLAC__int32 *input, unsigned wide_samples, unsigned channels, unsigned source_bps, unsigned target_bps);
#endif