forked from len0rd/rockbox
Now codecs will do the buffer flushing after seeking as they find it
necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7369 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e291fdcdf
commit
8a7d104a35
4 changed files with 15 additions and 8 deletions
|
|
@ -247,6 +247,7 @@ struct codec_api ci = {
|
|||
|
||||
memchr,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
|
||||
int codec_load_ram(char* codecptr, int size, void* ptr2, int bufwrap,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue