diff options
author | Max Kellermann <max@duempel.org> | 2015-01-31 22:17:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-31 22:17:15 +0100 |
commit | eb1733609ad9a0842ba1c77b1c375507929f9585 (patch) | |
tree | 8029b3b81d8e8ffb9ef0871a3e46796c000deb70 /src/decoder/plugins/DsdLib.cxx | |
parent | e2e66404d5fa8f3fcc0581abdf6d2ccc9790954e (diff) | |
download | mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.gz mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.tar.xz mpd-eb1733609ad9a0842ba1c77b1c375507929f9585.zip |
decoder/sndfile, ...: update API documentation
Diffstat (limited to 'src/decoder/plugins/DsdLib.cxx')
-rw-r--r-- | src/decoder/plugins/DsdLib.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/plugins/DsdLib.cxx b/src/decoder/plugins/DsdLib.cxx index 11500b654..8fefbb48c 100644 --- a/src/decoder/plugins/DsdLib.cxx +++ b/src/decoder/plugins/DsdLib.cxx @@ -48,7 +48,7 @@ DsdId::Equals(const char *s) const } /** - * Skip the #input_stream to the specified offset. + * Skip the #InputStream to the specified offset. */ bool dsdlib_skip_to(Decoder *decoder, InputStream &is, @@ -64,7 +64,7 @@ dsdlib_skip_to(Decoder *decoder, InputStream &is, } /** - * Skip some bytes from the #input_stream. + * Skip some bytes from the #InputStream. */ bool dsdlib_skip(Decoder *decoder, InputStream &is, |