pcm_buffer: make the buffer pointer "void"
This commit is contained in:
parent
9eb292c1e5
commit
5a2820ca3d
|
@ -28,7 +28,7 @@
|
|||
* would put too much stress on the allocator.
|
||||
*/
|
||||
struct pcm_buffer {
|
||||
char *buffer;
|
||||
void *buffer;
|
||||
|
||||
size_t size;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue