diff --git a/src/filter/Filter.hxx b/src/filter/Filter.hxx index 2b71358e3..9174076e1 100644 --- a/src/filter/Filter.hxx +++ b/src/filter/Filter.hxx @@ -41,9 +41,9 @@ public: * Throws on error. * * @param src the input buffer - * @return the destination buffer on success (will be - * invalidated by deleting this object or the next FilterPCM() - * or Reset() call) + * @return the output buffer (will be invalidated by deleting + * this object or any call to Reset(), FilterPCM() or + * Flush()) */ virtual std::span FilterPCM(std::span src) = 0;