mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
ee0404fe85
commit
79b2f35fdc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct _ResampleState {
|
|||
|
||||
/* filter state */
|
||||
|
||||
void *o_buf;
|
||||
unsigned char *o_buf;
|
||||
int o_size;
|
||||
|
||||
AudioresampleBufferQueue *queue;
|
||||
|
|
Loading…
Reference in a new issue