gst/audioresample/resample.h: As before, but for o_buf
authorMichael Smith <msmith@xiph.org>
Tue, 3 Jan 2006 17:33:16 +0000 (17:33 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 3 Jan 2006 17:33:16 +0000 (17:33 +0000)
Original commit message from CVS:

* gst/audioresample/resample.h:
As before, but for o_buf

gst/audioresample/resample.h

index 574703964c7a409deb7a9f13245c5a165f2cfc9c..2147542f9975b3a6795cb2cb408a161b2c18e762 100644 (file)
@@ -56,7 +56,7 @@ struct _ResampleState {
 
         /* filter state */
 
-        void *o_buf;
+        unsigned char *o_buf;
         int o_size;
 
         AudioresampleBufferQueue *queue;