diff --git a/src/pcm/PcmExport.hxx b/src/pcm/PcmExport.hxx index d47d1a8c9..b42c7246e 100644 --- a/src/pcm/PcmExport.hxx +++ b/src/pcm/PcmExport.hxx @@ -173,7 +173,8 @@ public: * Export a PCM buffer. * * @param src the source PCM buffer - * @return the destination buffer (may be a pointer to the source buffer) + * @return the destination buffer; may be empty (and may be a + * pointer to the source buffer) */ ConstBuffer Export(ConstBuffer src) noexcept;