summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/mpcdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/mpcdec.h')
-rw-r--r--apps/codecs/libmusepack/mpcdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/mpcdec.h b/apps/codecs/libmusepack/mpcdec.h
index 68754dcbd2..85536e726a 100644
--- a/apps/codecs/libmusepack/mpcdec.h
+++ b/apps/codecs/libmusepack/mpcdec.h
@@ -139,7 +139,9 @@ MPC_API void mpc_decoder_exit(mpc_decoder *p_dec);
139 * by this factor. Useful for applying replay gain. 139 * by this factor. Useful for applying replay gain.
140 * @param scale_factor multiplicative scaling factor 140 * @param scale_factor multiplicative scaling factor
141 */ 141 */
142/* rockbox: changed to static
142MPC_API void mpc_decoder_scale_output(mpc_decoder *p_dec, double scale_factor); 143MPC_API void mpc_decoder_scale_output(mpc_decoder *p_dec, double scale_factor);
144*/
143 145
144MPC_API void mpc_decoder_decode_frame(mpc_decoder * d, mpc_bits_reader * r, mpc_frame_info * i); 146MPC_API void mpc_decoder_decode_frame(mpc_decoder * d, mpc_bits_reader * r, mpc_frame_info * i);
145 147