mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d746b79317
commit
4855e734f3
4 changed files with 54 additions and 72 deletions
|
@ -86,7 +86,6 @@ struct codec_api ci = {
|
|||
NULL, /* advance_buffer_loc */
|
||||
NULL, /* seek_buffer */
|
||||
NULL, /* seek_complete */
|
||||
NULL, /* mp3_get_filepos */
|
||||
NULL, /* request_next_track */
|
||||
NULL, /* discard_codec */
|
||||
NULL, /* set_offset */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue