mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +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
1250ac066e
commit
f6e5a1a9f2
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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