1
0
Fork 0
forked from len0rd/rockbox

FS#12140 by Sean Bartell, Make various codec stuff static.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29942 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2011-06-01 10:28:26 +00:00
parent 05a1984eb3
commit 7c6056b352
14 changed files with 77 additions and 74 deletions

View file

@ -139,7 +139,9 @@ MPC_API void mpc_decoder_exit(mpc_decoder *p_dec);
* by this factor. Useful for applying replay gain.
* @param scale_factor multiplicative scaling factor
*/
/* rockbox: changed to static
MPC_API void mpc_decoder_scale_output(mpc_decoder *p_dec, double scale_factor);
*/
MPC_API void mpc_decoder_decode_frame(mpc_decoder * d, mpc_bits_reader * r, mpc_frame_info * i);