From 79b2f35fdcf65726c23a43a2b4fe288340921271 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 3 Jan 2006 17:33:16 +0000 Subject: 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 --- gst/audioresample/resample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioresample/resample.h b/gst/audioresample/resample.h index 57470396..2147542f 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; -- cgit v1.2.1