summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index b2cf9e5a1e..3b8e1d8394 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -331,8 +331,9 @@ struct codec_api {
331 331
332/* defined by the codec loader (codec.c) */ 332/* defined by the codec loader (codec.c) */
333#if CONFIG_HWCODEC == MASNONE 333#if CONFIG_HWCODEC == MASNONE
334int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap); 334int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,
335int codec_load_file(const char* codec); 335 struct codec_api *api);
336int codec_load_file(const char* codec, struct codec_api *api);
336#endif 337#endif
337 338
338/* defined by the codec */ 339/* defined by the codec */