pcm_buffer: make the buffer pointer "void"
This commit is contained in:
parent
ec89ce5a8a
commit
768be22f7c
@ -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
Block a user