diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-24 18:48:04 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-06-24 18:48:04 +0000 |
| commit | d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7 (patch) | |
| tree | bad659cbb722350d491ac703b93044a5ae542d0f /apps/codecs/libmusepack/internal.h | |
| parent | 9079cddd832366fce51d853926cba3bad14837d4 (diff) | |
| download | rockbox-d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7.zip rockbox-d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7.tar.gz rockbox-d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7.tar.bz2 rockbox-d7ee0fe076e5fd15c9bf1d46af266a5871dbe3c7.tar.xz | |
Housekeeping. Comment musepack code seqments unused in rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27111 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/internal.h')
| -rw-r--r-- | apps/codecs/libmusepack/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 - +*/ }; /** |