summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.c
diff options
context:
space:
mode:
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