From 37a165d7964cbb09cbab375ddeeabf304b8c558b Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 13 Feb 2006 19:26:18 +0000 Subject: Convert to use common internal sample format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8681 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libalac/decomp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libalac') 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 */ -- cgit v1.2.3