forked from len0rd/rockbox
Housekeeping. Comment musepack code seqments unused in rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9079cddd83
commit
d7ee0fe076
4 changed files with 23 additions and 2 deletions
|
@ -272,10 +272,12 @@ mpc_decoder * mpc_decoder_init(mpc_streaminfo *si)
|
|||
return p_tmp;
|
||||
}
|
||||
|
||||
/* rockbox: not used
|
||||
void mpc_decoder_exit(mpc_decoder *d)
|
||||
{
|
||||
(void)d;
|
||||
}
|
||||
*/
|
||||
|
||||
void mpc_decoder_decode_frame(mpc_decoder * d,
|
||||
mpc_bits_reader * r,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue