summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/ivorbisfile.h
diff options
context:
space:
mode:
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;