summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/requant.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-01-30 01:00:40 +0000
committerThom Johansen <thomj@rockbox.org>2006-01-30 01:00:40 +0000
commit2b483958f961637e296432632a5b891eb061c22d (patch)
tree180fd3596df375fa56732050a7cc20ebdbc3cdb7 /apps/codecs/libmusepack/requant.h
parent58231d50f2cb940a309814e31ae583b4b0dfed24 (diff)
downloadrockbox-2b483958f961637e296432632a5b891eb061c22d.tar.gz
rockbox-2b483958f961637e296432632a5b891eb061c22d.zip
Synced libmpcdec to musepack.net SVN.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/requant.h')
-rw-r--r--apps/codecs/libmusepack/requant.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libmusepack/requant.h b/apps/codecs/libmusepack/requant.h
index 71b2a3e800..e70dce7085 100644
--- a/apps/codecs/libmusepack/requant.h
+++ b/apps/codecs/libmusepack/requant.h
@@ -35,8 +35,8 @@
35/// \file requant.h 35/// \file requant.h
36/// Requantization function definitions. 36/// Requantization function definitions.
37 37
38#ifndef _musepack_requant_h 38#ifndef _mpcdec_requant_h
39#define _musepack_requant_h_ 39#define _mpcdec_requant_h_
40 40
41#include "musepack.h" 41#include "musepack.h"
42 42
@@ -48,4 +48,4 @@ extern const mpc_int32_t __Dc [1 + 18]; // offset for requantiza
48#define Cc (__Cc + 1) 48#define Cc (__Cc + 1)
49#define Dc (__Dc + 1) 49#define Dc (__Dc + 1)
50 50
51#endif // _musepack_requant_h_ 51#endif // _mpcdec_requant_h_