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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/decoder.h b/apps/codecs/libmusepack/decoder.h
index 41ffe1ca9a..499cd53137 100644
--- a/apps/codecs/libmusepack/decoder.h
+++ b/apps/codecs/libmusepack/decoder.h
@@ -110,7 +110,8 @@ typedef struct mpc_decoder_t {
110 mpc_uint32_t SeekTableCounter; // used to sum up skip info, if SeekTable_Step != 1 110 mpc_uint32_t SeekTableCounter; // used to sum up skip info, if SeekTable_Step != 1
111 mpc_uint32_t MaxDecodedFrames; // Maximum frames decoded (indicates usable seek table entries) 111 mpc_uint32_t MaxDecodedFrames; // Maximum frames decoded (indicates usable seek table entries)
112 mpc_uint32_t* SeekTable; // seek table itself 112 mpc_uint32_t* SeekTable; // seek table itself
113 mpc_uint8_t SeekTable_Step; // frames per seek table index 113 mpc_uint8_t SeekTable_Step; // 1<<SeekTable_Step = frames per table index
114 mpc_uint32_t SeekTable_Mask; // used to avoid modulo-operation in seek
114 115
115#ifdef MPC_FIXED_POINT 116#ifdef MPC_FIXED_POINT
116 mpc_uint8_t SCF_shift[256]; 117 mpc_uint8_t SCF_shift[256];