Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
5b0d6a59
Commit
5b0d6a59
authored
Oct 28, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/dsdlib: move API documentation to header
parent
fd3dc7e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
DsdLib.cxx
src/decoder/DsdLib.cxx
+0
-5
DsdLib.hxx
src/decoder/DsdLib.hxx
+4
-0
No files found.
src/decoder/DsdLib.cxx
View file @
5b0d6a59
...
...
@@ -116,11 +116,6 @@ dsdlib_skip(Decoder *decoder, InputStream &is,
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
void
dsdlib_tag_id3
(
InputStream
&
is
,
...
...
src/decoder/DsdLib.hxx
View file @
5b0d6a59
...
...
@@ -47,6 +47,10 @@ bool
dsdlib_skip
(
Decoder
*
decoder
,
InputStream
&
is
,
int64_t
delta
);
/**
* Add tags from ID3 tag. All tags commonly found in the ID3 tags of
* DSF and DSDIFF files are imported
*/
void
dsdlib_tag_id3
(
InputStream
&
is
,
const
struct
tag_handler
*
handler
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment