forked from len0rd/rockbox
Convert to use common internal sample format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8681 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
153f906d74
commit
37a165d796
3 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#define MAX_BLOCKSIZE 4608 /* Maxsize in samples of one uncompressed frame */
|
||||
#define MAX_FRAMESIZE 32768 /* Maxsize in bytes of one compressed frame */
|
||||
|
||||
#define FLAC_OUTPUT_DEPTH 28 /* Provide samples left-shifted to 28-bits */
|
||||
#define FLAC_OUTPUT_DEPTH 29 /* Provide samples left-shifted to 28 bits+sign */
|
||||
|
||||
enum decorrelation_type {
|
||||
INDEPENDENT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue