summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/ivorbisfile.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2011-10-08 10:09:11 +0000
committerNils Wallménius <nils@rockbox.org>2011-10-08 10:09:11 +0000
commite1ea13ee75d545a4a945f5e24b652d8741a675cf (patch)
treecf1b6a24aaa2bb4deb6ee8eb770d954fdadaa3ff /apps/codecs/libtremor/ivorbisfile.h
parentb779fcc3ed9adbaf0fda5598f3e26a154f1c1410 (diff)
downloadrockbox-e1ea13ee75d545a4a945f5e24b652d8741a675cf.tar.gz
rockbox-e1ea13ee75d545a4a945f5e24b652d8741a675cf.zip
libtremor: hack to work around huge allocations for the comment packet in files with embedded album art. Should fix playback of such files on targets with large codec buffers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30728 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libtremor/ivorbisfile.h')
-rw-r--r--apps/codecs/libtremor/ivorbisfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/ivorbisfile.h b/apps/codecs/libtremor/ivorbisfile.h
index 1aeb0ca84b..076783514e 100644
--- a/apps/codecs/libtremor/ivorbisfile.h
+++ b/apps/codecs/libtremor/ivorbisfile.h
@@ -66,7 +66,7 @@ typedef struct OggVorbis_File {
66 ogg_uint32_t *serialnos; 66 ogg_uint32_t *serialnos;
67 ogg_int64_t *pcmlengths; 67 ogg_int64_t *pcmlengths;
68 vorbis_info *vi; 68 vorbis_info *vi;
69 vorbis_comment *vc; 69/* vorbis_comment *vc; */
70 70
71 /* Decoding working state local storage */ 71 /* Decoding working state local storage */
72 ogg_int64_t pcm_offset; 72 ogg_int64_t pcm_offset;