summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/decoder.h')
-rw-r--r--apps/codecs/libmusepack/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/decoder.h b/apps/codecs/libmusepack/decoder.h
index e36425bd1e..1f78d53c8d 100644
--- a/apps/codecs/libmusepack/decoder.h
+++ b/apps/codecs/libmusepack/decoder.h
@@ -113,7 +113,7 @@ typedef struct mpc_decoder_t {
113 mpc_uint8_t SeekTable_Step; 113 mpc_uint8_t SeekTable_Step;
114 114
115#ifdef MPC_FIXED_POINT 115#ifdef MPC_FIXED_POINT
116 unsigned char SCF_shift[256]; 116 mpc_uint8_t SCF_shift[256];
117#endif 117#endif
118 118
119 MPC_SAMPLE_FORMAT V_L[MPC_V_MEM + 960]; 119 MPC_SAMPLE_FORMAT V_L[MPC_V_MEM + 960];