forked from len0rd/rockbox
Declare codec_main prototype in codecs.h to make sure every codec implements it correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18262 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9fe4dbf33c
commit
07e59e0356
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ int codec_load_file(const char* codec, struct codec_api *api);
|
|||
|
||||
/* defined by the codec */
|
||||
enum codec_status codec_start(struct codec_api* rockbox);
|
||||
enum codec_status codec_main(void);
|
||||
|
||||
#ifndef CACHE_FUNCTION_WRAPPERS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue