Commit 5a2820ca authored by Max Kellermann's avatar Max Kellermann

pcm_buffer: make the buffer pointer "void"

parent 9eb292c1
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* would put too much stress on the allocator. * would put too much stress on the allocator.
*/ */
struct pcm_buffer { struct pcm_buffer {
char *buffer; void *buffer;
size_t size; size_t size;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment