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/SndfileDecoderPlugin.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/SndfileDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/SndfileDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx index 68ca20cc7..d8e4b0ba4 100644 --- a/src/decoder/plugins/SndfileDecoderPlugin.cxx +++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx @@ -125,7 +125,7 @@ sndfile_vio_tell(void *user_data) } /** - * This SF_VIRTUAL_IO implementation wraps MPD's #input_stream to a + * This SF_VIRTUAL_IO implementation wraps MPD's #InputStream to a * libsndfile stream. */ static SF_VIRTUAL_IO vio = { |