aboutsummaryrefslogtreecommitdiff
path: root/src/tag_id3.h
diff options
context:
space:
mode:
authorJurgen Kramer <gtmkramer@xs4all.nl>2012-10-27 11:42:34 +0200
committerJurgen Kramer <gtmkramer@xs4all.nl>2012-10-27 11:42:34 +0200
commitdc32d1f3f3176dcd1304d4ba9fb302859b81dbfd (patch)
tree3db72760d1b950fd51bb08bc67380f1fdaebd664 /src/tag_id3.h
parentcbdaa1369f950b75b346951611b79eacffe9b2a7 (diff)
Add tag support for DSD (DSDIFF & DSF) decoders
Diffstat (limited to 'src/tag_id3.h')
-rw-r--r--src/tag_id3.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tag_id3.h b/src/tag_id3.h
index 473e3384..1907c13f 100644
--- a/src/tag_id3.h
+++ b/src/tag_id3.h
@@ -48,6 +48,14 @@ struct tag *tag_id3_import(struct id3_tag *);
struct id3_tag *
tag_id3_load(const char *path_fs, GError **error_r);
+/**
+ * Import all tags from the provided id3_tag *tag
+ *
+ */
+void
+scan_id3_tag(struct id3_tag *tag,
+ const struct tag_handler *handler, void *handler_ctx);
+
#else
static inline bool