From f6e5a1a9f2ac18cd4993acbcb0b6b03f18a57007 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 3 Jan 2006 17:33:16 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ gst/audioresample/resample.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b697e7c26d..e75259c597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-03 Michael Smith + + * gst/audioresample/resample.h: + As before, but for o_buf + 2006-01-03 Michael Smith * gst/audioresample/resample.h: diff --git a/gst/audioresample/resample.h b/gst/audioresample/resample.h index 574703964c..2147542f99 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;