diff options
author | Max Kellermann <max@duempel.org> | 2014-08-12 16:05:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-12 16:05:37 +0200 |
commit | 4d5f610029f27f0947bd590b32dbd2179ab379e9 (patch) | |
tree | fb9a2dd17cab46d4686b1aedc7ad6302693e8b6c | |
parent | c94b4466d52c3c625467312ea565a4685184c517 (diff) | |
download | mpd-4d5f610029f27f0947bd590b32dbd2179ab379e9.tar.gz mpd-4d5f610029f27f0947bd590b32dbd2179ab379e9.tar.xz mpd-4d5f610029f27f0947bd590b32dbd2179ab379e9.zip |
Filter: update API documentation
-rw-r--r-- | src/filter/FilterInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filter/FilterInternal.hxx b/src/filter/FilterInternal.hxx index 131c3b3f5..1fa36f379 100644 --- a/src/filter/FilterInternal.hxx +++ b/src/filter/FilterInternal.hxx @@ -38,7 +38,7 @@ public: * Opens the filter, preparing it for FilterPCM(). * * @param filter the filter object - * @param audio_format the audio format of incoming data; the + * @param af the audio format of incoming data; the * plugin may modify the object to enforce another input * format * @param error location to store the error occurring, or nullptr @@ -63,7 +63,7 @@ public: * @param error location to store the error occurring, or nullptr * to ignore errors. * @return the destination buffer on success (will be - * invalidated by filter_close() or filter_filter()), nullptr on + * invalidated by Close() or FilterPCM()), nullptr on * error */ virtual const void *FilterPCM(const void *src, size_t src_size, |