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 1250ac066e
commit f6e5a1a9f2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-01-03 Michael Smith <msmith@fluendo.com>
* gst/audioresample/resample.h:
As before, but for o_buf
2006-01-03 Michael Smith <msmith@fluendo.com>
* gst/audioresample/resample.h:

View file

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