summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/requant.h
diff options
context:
space:
mode:
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 8458d4d0fa..908fda30eb 100644
--- a/apps/codecs/libmusepack/requant.h
+++ b/apps/codecs/libmusepack/requant.h
@@ -47,9 +47,9 @@ extern "C" {
47 47
48 48
49/* C O N S T A N T S */ 49/* C O N S T A N T S */
50const mpc_uint8_t Res_bit [18]; ///< Bits per sample for chosen quantizer 50extern const mpc_uint8_t Res_bit [18]; ///< Bits per sample for chosen quantizer
51const MPC_SAMPLE_FORMAT __Cc [1 + 18]; ///< Requantization coefficients 51extern const MPC_SAMPLE_FORMAT __Cc [1 + 18]; ///< Requantization coefficients
52const mpc_int16_t __Dc [1 + 18]; ///< Requantization offset 52extern const mpc_int16_t __Dc [1 + 18]; ///< Requantization offset
53 53
54#define Cc (__Cc + 1) 54#define Cc (__Cc + 1)
55#define Dc (__Dc + 1) 55#define Dc (__Dc + 1)