From e1ea13ee75d545a4a945f5e24b652d8741a675cf Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 8 Oct 2011 10:09:11 +0000 Subject: 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 --- apps/codecs/libtremor/ivorbisfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libtremor/ivorbisfile.h') 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 { ogg_uint32_t *serialnos; ogg_int64_t *pcmlengths; vorbis_info *vi; - vorbis_comment *vc; +/* vorbis_comment *vc; */ /* Decoding working state local storage */ ogg_int64_t pcm_offset; -- cgit v1.2.3