PcmBuffer: move code to new class ReusableBuffer

ReusableBuffer is more generic.
This commit is contained in:
Max Kellermann
2013-08-07 18:46:58 +02:00
parent fafaf567f9
commit 44a0e21795
7 changed files with 99 additions and 44 deletions

View File

@@ -25,7 +25,7 @@
#include <stdint.h>
#include <stddef.h>
struct PcmBuffer;
class PcmBuffer;
class PcmDither;
/**