projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de29cd0
)
move FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS into defs.h
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 1 Nov 2002 04:27:30 +0000
(
04:27
+0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 1 Nov 2002 04:27:30 +0000
(
04:27
+0000)
src/plugin_common/dither.h
patch
|
blob
|
history
diff --git
a/src/plugin_common/dither.h
b/src/plugin_common/dither.h
index 9e44cc294bf8cc0d502f9b107384505ac19b937b..8f1fce580b694f090e0de67c1d592f09a10669b3 100644
(file)
--- a/
src/plugin_common/dither.h
+++ b/
src/plugin_common/dither.h
@@
-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