From dc32d1f3f3176dcd1304d4ba9fb302859b81dbfd Mon Sep 17 00:00:00 2001 From: Jurgen Kramer Date: Sat, 27 Oct 2012 11:42:34 +0200 Subject: Add tag support for DSD (DSDIFF & DSF) decoders --- src/tag_id3.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tag_id3.h') 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 -- cgit v1.2.3