summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2024-07-24 18:39:06 +0200
committerChristian Soffke <christian.soffke@gmail.com>2024-07-26 15:15:06 -0400
commit23e5f77ab0c5f80de4091b365165276cfe9899dd (patch)
tree4aaeed994a811fbfaa9f96e697a6178ad19c27c2 /lib/rbcodec/metadata/metadata.c
parent13830439fae202247626e5ebfd7fe3d57d7c5628 (diff)
downloadrockbox-23e5f77ab0c5f80de4091b365165276cfe9899dd.tar.gz
rockbox-23e5f77ab0c5f80de4091b365165276cfe9899dd.zip
Remove mp3info function & remove list_do_action from plugin_api
Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4
Diffstat (limited to 'lib/rbcodec/metadata/metadata.c')
-rw-r--r--lib/rbcodec/metadata/metadata.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rbcodec/metadata/metadata.c b/lib/rbcodec/metadata/metadata.c
index 670c37fcfd..70179daa2f 100644
--- a/lib/rbcodec/metadata/metadata.c
+++ b/lib/rbcodec/metadata/metadata.c
@@ -399,12 +399,6 @@ unsigned int probe_file_format(const char *filename)
399 return AFMT_UNKNOWN; 399 return AFMT_UNKNOWN;
400} 400}
401 401
402/* Note, that this returns false for successful, true for error! */
403bool mp3info(struct mp3entry *entry, const char *filename)
404{
405 return !get_metadata(entry, -1, filename);
406}
407
408/* Get metadata for track - return false if parsing showed problems with the 402/* Get metadata for track - return false if parsing showed problems with the
409 * file that would prevent playback. supply a filedescriptor <0 and the file will be opened 403 * file that would prevent playback. supply a filedescriptor <0 and the file will be opened
410 * and closed automatically within the get_metadata call 404 * and closed automatically within the get_metadata call