summaryrefslogtreecommitdiff
path: root/apps/codecs/libalac/decomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libalac/decomp.h')
-rw-r--r--apps/codecs/libalac/decomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libalac/decomp.h b/apps/codecs/libalac/decomp.h
index e4a19a7252..bd476804cd 100644
--- a/apps/codecs/libalac/decomp.h
+++ b/apps/codecs/libalac/decomp.h
@@ -8,6 +8,7 @@
8/* Always output samples shifted to 28 bits + sign*/ 8/* Always output samples shifted to 28 bits + sign*/
9#define ALAC_OUTPUT_DEPTH 29 9#define ALAC_OUTPUT_DEPTH 29
10#define SCALE16 (ALAC_OUTPUT_DEPTH - 16) 10#define SCALE16 (ALAC_OUTPUT_DEPTH - 16)
11#define SCALE24 (ALAC_OUTPUT_DEPTH - 24)
11#define ALAC_MAX_CHANNELS 2 12#define ALAC_MAX_CHANNELS 2
12#define ALAC_BLOCKSIZE 4096 /* Number of samples per channel per block */ 13#define ALAC_BLOCKSIZE 4096 /* Number of samples per channel per block */
13 14