1
0
Fork 0
forked from len0rd/rockbox

Synced libmpcdec to musepack.net SVN.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2006-01-30 01:00:40 +00:00
parent 58231d50f2
commit 2b483958f9
16 changed files with 353 additions and 1025 deletions

View file

@ -35,8 +35,8 @@
/// \file requant.h
/// Requantization function definitions.
#ifndef _musepack_requant_h
#define _musepack_requant_h_
#ifndef _mpcdec_requant_h
#define _mpcdec_requant_h_
#include "musepack.h"
@ -48,4 +48,4 @@ extern const mpc_int32_t __Dc [1 + 18]; // offset for requantiza
#define Cc (__Cc + 1)
#define Dc (__Dc + 1)
#endif // _musepack_requant_h_
#endif // _mpcdec_requant_h_