1
0
Fork 0
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:
Christian Soffke 2023-01-15 13:31:31 +01:00
parent 6129bfbb95
commit 36cef88d47
6 changed files with 308 additions and 203 deletions

View file

@ -69,3 +69,9 @@ kbd_helper.c
#ifdef HAVE_TOUCHSCREEN
pluginlib_touchscreen.c
#endif
id3.c
#ifdef HAVE_TAGCACHE
mul_id3.c
#endif