summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/internal.h')
-rw-r--r--apps/codecs/libmusepack/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/internal.h b/apps/codecs/libmusepack/internal.h
index 3f8b29f9f5..897e6a7b17 100644
--- a/apps/codecs/libmusepack/internal.h
+++ b/apps/codecs/libmusepack/internal.h
@@ -99,7 +99,7 @@ static mpc_inline mpc_status mpc_check_key(char * key)
99 99
100/// helper functions used by multiple files 100/// helper functions used by multiple files
101mpc_uint32_t mpc_random_int(mpc_decoder *d); // in synth_filter.c 101mpc_uint32_t mpc_random_int(mpc_decoder *d); // in synth_filter.c
102void mpc_decoder_init_quant(mpc_decoder *d, double scale_factor); 102void mpc_decoder_init_quant(mpc_decoder *d, MPC_SAMPLE_FORMAT factor); // in requant.c
103void mpc_decoder_synthese_filter_float(mpc_decoder *d, MPC_SAMPLE_FORMAT* OutData, mpc_int_t channels); 103void mpc_decoder_synthese_filter_float(mpc_decoder *d, MPC_SAMPLE_FORMAT* OutData, mpc_int_t channels);
104unsigned long mpc_crc32(unsigned char *buf, int len); 104unsigned long mpc_crc32(unsigned char *buf, int len);
105 105