move FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS into defs.h
This commit is contained in:
parent
de29cd0875
commit
348f112e83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user