1
0
Fork 0
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:
Andree Buschmann 2010-06-24 18:48:04 +00:00
parent 9079cddd83
commit d7ee0fe076
4 changed files with 23 additions and 2 deletions

View file

@ -78,10 +78,11 @@ struct mpc_demux_t {
mpc_uint32_t seek_table_size; /// used size in seek_table
// chapters
/* rockbox: not used
mpc_seek_t chap_pos; /// supposed position of the first chapter block
mpc_int_t chap_nb; /// number of chapters (-1 if unknown, 0 if no chapter)
mpc_chap_info * chap; /// chapters position and tag
*/
};
/**