From d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Thu, 24 Jun 2010 18:48:04 +0000 Subject: Housekeeping. Comment musepack code seqments unused in rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27111 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack/internal.h') diff --git a/apps/codecs/libmusepack/internal.h b/apps/codecs/libmusepack/internal.h index c4d789f..760f50b 100644 --- a/apps/codecs/libmusepack/internal.h +++ b/apps/codecs/libmusepack/internal.h @@ -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 - +*/ }; /** -- cgit v1.1