mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Purge buffer and codec APIs existing exclusively in support of mpa.codec and fix that to not require them: buf_get_offset and ci.advance_buffer_loc. Sort APIs; everything must become incompatible. :(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29595 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dce799641d
commit
56dd75d204
8 changed files with 12 additions and 37 deletions
|
@ -91,14 +91,12 @@ ssize_t bufcuttail(int handle_id, size_t size);
|
|||
* SECONDARY FUNCTIONS
|
||||
* ===================
|
||||
*
|
||||
* buf_get_offset: Get a handle offset from a pointer
|
||||
* buf_handle_offset: Get the offset of the first buffered byte from the file
|
||||
* buf_request_buffer_handle: Request buffering of a handle
|
||||
* buf_set_base_handle: Tell the buffering thread which handle is currently read
|
||||
* buf_used: Total amount of buffer space used (including allocated space)
|
||||
****************************************************************************/
|
||||
|
||||
ssize_t buf_get_offset(int handle_id, void *ptr);
|
||||
ssize_t buf_handle_offset(int handle_id);
|
||||
void buf_request_buffer_handle(int handle_id);
|
||||
void buf_set_base_handle(int handle_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue