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
|
|
@ -42,7 +42,7 @@ extern char iramend[];
|
|||
#endif
|
||||
|
||||
/* this is the codec entry point */
|
||||
enum codec_status codec_start(struct codec_api* api, void* parm)
|
||||
enum codec_status codec_start(struct codec_api* api)
|
||||
{
|
||||
WavpackContext *wpc;
|
||||
char error [80];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue