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/decoder/dsdlib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/decoder/dsdlib.h') diff --git a/src/decoder/dsdlib.h b/src/decoder/dsdlib.h index d9675f5fe..0912740c3 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 -- cgit v1.2.3