diff options
Diffstat (limited to 'apps/codecs/libalac/decomp.h')
-rw-r--r-- | apps/codecs/libalac/decomp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libalac/decomp.h b/apps/codecs/libalac/decomp.h index 853c9d884a..162811084f 100644 --- a/apps/codecs/libalac/decomp.h +++ b/apps/codecs/libalac/decomp.h @@ -1,8 +1,8 @@ #ifndef __ALAC__DECOMP_H #define __ALAC__DECOMP_H -/* Always output samples shifted to 28 bits */ -#define ALAC_OUTPUT_DEPTH 28 +/* Always output samples shifted to 28 bits + sign*/ +#define ALAC_OUTPUT_DEPTH 29 #define SCALE16 (ALAC_OUTPUT_DEPTH - 16) #define ALAC_MAX_CHANNELS 2 #define ALAC_BLOCKSIZE 4096 /* Number of samples per channel per block */ |