summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/requant.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-04-18 18:12:32 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-04-18 18:12:32 +0000
commit1cd1e66ed361d908b517d224aab6da0cc8693f1e (patch)
treee58d1aef6ff391403297f1587480ee7fe8224118 /apps/codecs/libmusepack/requant.c
parentbe55f19ffd01f994e11b8dc3051c7b69260735ff (diff)
downloadrockbox-1cd1e66ed361d908b517d224aab6da0cc8693f1e.tar.gz
rockbox-1cd1e66ed361d908b517d224aab6da0cc8693f1e.zip
Clean up libmusepack: move declarations to internal.h and set svn properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/requant.c')
-rw-r--r--apps/codecs/libmusepack/requant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/requant.c b/apps/codecs/libmusepack/requant.c
index d8ded7ecf9..ad26867204 100644
--- a/apps/codecs/libmusepack/requant.c
+++ b/apps/codecs/libmusepack/requant.c
@@ -38,6 +38,7 @@
38#include "requant.h" 38#include "requant.h"
39#include "mpcdec_math.h" 39#include "mpcdec_math.h"
40#include "decoder.h" 40#include "decoder.h"
41#include "internal.h"
41 42
42/* C O N S T A N T S */ 43/* C O N S T A N T S */
43// Bits per sample for chosen quantizer 44// Bits per sample for chosen quantizer