Commit 5b0d6a59 authored by Max Kellermann's avatar Max Kellermann

decoder/dsdlib: move API documentation to header

parent fd3dc7e5
...@@ -116,11 +116,6 @@ dsdlib_skip(Decoder *decoder, InputStream &is, ...@@ -116,11 +116,6 @@ dsdlib_skip(Decoder *decoder, InputStream &is,
return true; return true;
} }
/**
* Add tags from ID3 tag. All tags commonly found in the ID3 tags of
* DSF and DSDIFF files are imported
*/
#ifdef HAVE_ID3TAG #ifdef HAVE_ID3TAG
void void
dsdlib_tag_id3(InputStream &is, dsdlib_tag_id3(InputStream &is,
......
...@@ -47,6 +47,10 @@ bool ...@@ -47,6 +47,10 @@ bool
dsdlib_skip(Decoder *decoder, InputStream &is, dsdlib_skip(Decoder *decoder, InputStream &is,
int64_t delta); int64_t delta);
/**
* Add tags from ID3 tag. All tags commonly found in the ID3 tags of
* DSF and DSDIFF files are imported
*/
void void
dsdlib_tag_id3(InputStream &is, dsdlib_tag_id3(InputStream &is,
const struct tag_handler *handler, const struct tag_handler *handler,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment