gst/audioresample/resample.h: As before, but for o_buf

Original commit message from CVS:

* gst/audioresample/resample.h:
As before, but for o_buf
This commit is contained in:
Michael Smith 2006-01-03 17:33:16 +00:00
parent ee0404fe85
commit 79b2f35fdc

View file

@ -56,7 +56,7 @@ struct _ResampleState {
/* filter state */ /* filter state */
void *o_buf; unsigned char *o_buf;
int o_size; int o_size;
AudioresampleBufferQueue *queue; AudioresampleBufferQueue *queue;