diff options
author | Michael Smith <msmith@xiph.org> | 2006-01-03 17:33:16 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-01-03 17:33:16 +0000 |
commit | 79b2f35fdcf65726c23a43a2b4fe288340921271 (patch) | |
tree | 6145a2aef181d2693a3157b28454abb7707b725a | |
parent | ee0404fe853fa12e23c53a5da47886c804e1f4d3 (diff) |
gst/audioresample/resample.h: As before, but for o_bufRELEASE-0_10_2
Original commit message from CVS:
* gst/audioresample/resample.h:
As before, but for o_buf
-rw-r--r-- | gst/audioresample/resample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/resample.h b/gst/audioresample/resample.h index 574703964..2147542f9 100644 --- a/gst/audioresample/resample.h +++ b/gst/audioresample/resample.h @@ -56,7 +56,7 @@ struct _ResampleState { /* filter state */ - void *o_buf; + unsigned char *o_buf; int o_size; AudioresampleBufferQueue *queue; |