From b8749fdf219ffcfc17b7781217f388953268af49 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 18 Jan 2006 00:05:14 +0000 Subject: New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8362 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/a52.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/codecs/a52.c') diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c index dd504e83fd..f12fce1027 100644 --- a/apps/codecs/a52.c +++ b/apps/codecs/a52.c @@ -22,6 +22,8 @@ #include #include +CODEC_HEADER + #define BUFFER_SIZE 4096 #define A52_SAMPLESPERFRAME (6*256) @@ -129,7 +131,6 @@ enum codec_status codec_start(struct codec_api *api) int sample_loc; /* Generic codec initialisation */ - TEST_CODEC_API(api); ci = api; #ifdef USE_IRAM -- cgit v1.2.3