forked from len0rd/rockbox
Provide a reasonable fix for FS#12093 - Playback hanging after codec/playback rework. Also, get rid of an impossible buffering case (BUF_USED is always less than buffer_len) and remove a buffering API that is not used anywhere and shouldn't be needed (plugin API has to be incompatible).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12e8e43236
commit
5a8f5b8330
4 changed files with 14 additions and 21 deletions
|
@ -747,7 +747,6 @@ static const struct plugin_api rockbox_api = {
|
|||
bufcuttail,
|
||||
|
||||
buf_handle_offset,
|
||||
buf_request_buffer_handle,
|
||||
buf_set_base_handle,
|
||||
buf_used,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue