gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigned char *, not void *, since we do arithm...
Original commit message from CVS: * gst/audioresample/resample.h: Declare struct _ResampleState.buffer as unsigned char *, not void *, since we do arithmetic on it.
This commit is contained in:
parent
6c4f18e185
commit
ee0404fe85
@ -65,7 +65,7 @@ struct _ResampleState {
|
|||||||
|
|
||||||
int sample_size;
|
int sample_size;
|
||||||
|
|
||||||
void *buffer;
|
unsigned char *buffer;
|
||||||
int buffer_len;
|
int buffer_len;
|
||||||
int buffer_filled;
|
int buffer_filled;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user