summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.h
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.h
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.h')
-rw-r--r--lib/rbcodec/metadata/metadata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index ce1b153833..8a379ad396 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -326,7 +326,6 @@ struct mp3entry {
326unsigned int probe_file_format(const char *filename); 326unsigned int probe_file_format(const char *filename);
327bool get_metadata(struct mp3entry* id3, int fd, const char* trackname); 327bool get_metadata(struct mp3entry* id3, int fd, const char* trackname);
328bool get_metadata_ex(struct mp3entry* id3, int fd, const char* trackname, int flags); 328bool get_metadata_ex(struct mp3entry* id3, int fd, const char* trackname, int flags);
329bool mp3info(struct mp3entry *entry, const char *filename);
330void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig); 329void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig);
331void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig); 330void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig);
332void wipe_mp3entry(struct mp3entry *id3); 331void wipe_mp3entry(struct mp3entry *id3);