forked from len0rd/rockbox
removed the use of the 2nd argument to codec_start() since no codec used
it anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6814 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f3d08d600
commit
31efab4909
9 changed files with 12 additions and 11 deletions
|
|
@ -397,7 +397,7 @@ int codec_load_file(const char* codec);
|
|||
#endif
|
||||
|
||||
/* defined by the codec */
|
||||
enum codec_status codec_start(struct codec_api* rockbox, void* parameter)
|
||||
enum codec_status codec_start(struct codec_api* rockbox)
|
||||
__attribute__ ((section (".entry")));
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue