forked from len0rd/rockbox
PictureFlow: id3 functions refactoring
- Move multiple-id3 functionality into lib - Extract retrieve_id3 function In preparation for using these functions from the Properties plugin. Change-Id: I7252581340680e32df763f1f4b41646a055fe19e
This commit is contained in:
parent
6129bfbb95
commit
36cef88d47
6 changed files with 308 additions and 203 deletions
|
@ -69,3 +69,9 @@ kbd_helper.c
|
|||
#ifdef HAVE_TOUCHSCREEN
|
||||
pluginlib_touchscreen.c
|
||||
#endif
|
||||
|
||||
id3.c
|
||||
|
||||
#ifdef HAVE_TAGCACHE
|
||||
mul_id3.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue