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:
Michael Smith 2006-01-03 17:27:13 +00:00
parent 6c4f18e185
commit ee0404fe85

View file

@ -65,7 +65,7 @@ struct _ResampleState {
int sample_size;
void *buffer;
unsigned char *buffer;
int buffer_len;
int buffer_filled;