summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/codebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/codebook.h')
-rw-r--r--apps/codecs/libtremor/codebook.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libtremor/codebook.h b/apps/codecs/libtremor/codebook.h
index b13334d8d7..29ac9fd923 100644
--- a/apps/codecs/libtremor/codebook.h
+++ b/apps/codecs/libtremor/codebook.h
@@ -76,14 +76,13 @@ typedef struct codebook{
76 76
77} codebook; 77} codebook;
78 78
79extern void vorbis_staticbook_clear(static_codebook *b);
80extern void vorbis_staticbook_destroy(static_codebook *b); 79extern void vorbis_staticbook_destroy(static_codebook *b);
81extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source); 80extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source);
82 81
83extern void vorbis_book_clear(codebook *b); 82extern void vorbis_book_clear(codebook *b);
84extern long _book_maptype1_quantvals(const static_codebook *b); 83extern long _book_maptype1_quantvals(const static_codebook *b);
85 84
86extern int vorbis_staticbook_unpack(oggpack_buffer *b,static_codebook *c); 85extern static_codebook *vorbis_staticbook_unpack(oggpack_buffer *b);
87 86
88extern long vorbis_book_decode(codebook *book, oggpack_buffer *b); 87extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
89extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a, 88extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a,