Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2019-06-17 22:06:54 +02:00
17 changed files with 185 additions and 289 deletions
+2 -1
View File
@@ -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<void> Export(ConstBuffer<void> src) noexcept;