summaryrefslogtreecommitdiff
path: root/apps/codecs/vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/vorbis.c')
-rw-r--r--apps/codecs/vorbis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 795e689e7d..fdd7a952d4 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -21,6 +21,8 @@
21#include "Tremor/ivorbisfile.h" 21#include "Tremor/ivorbisfile.h"
22#include "Tremor/ogg.h" 22#include "Tremor/ogg.h"
23 23
24CODEC_HEADER
25
24static struct codec_api *rb; 26static struct codec_api *rb;
25 27
26/* Some standard functions and variables needed by Tremor */ 28/* Some standard functions and variables needed by Tremor */
@@ -122,7 +124,6 @@ enum codec_status codec_start(struct codec_api *api)
122 ogg_uint32_t vf_serialnos; 124 ogg_uint32_t vf_serialnos;
123 ogg_int64_t vf_pcmlengths[2]; 125 ogg_int64_t vf_pcmlengths[2];
124 126
125 TEST_CODEC_API(api);
126 rb = api; 127 rb = api;
127 128
128 #ifdef USE_IRAM 129 #ifdef USE_IRAM