aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/dsdlib.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/decoder/dsdlib.h
parentcbdaa1369f950b75b346951611b79eacffe9b2a7 (diff)
Add tag support for DSD (DSDIFF & DSF) decoders
Diffstat (limited to 'src/decoder/dsdlib.h')
-rw-r--r--src/decoder/dsdlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decoder/dsdlib.h b/src/decoder/dsdlib.h
index d9675f5f..0912740c 100644
--- a/src/decoder/dsdlib.h
+++ b/src/decoder/dsdlib.h
@@ -39,4 +39,9 @@ bool
dsdlib_skip(struct decoder *decoder, struct input_stream *is,
goffset delta);
+void
+dsdlib_tag_id3(struct input_stream *is,
+ const struct tag_handler *handler,
+ void *handler_ctx, goffset tagoffset);
+
#endif