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

ChangeLog
gst/audioresample/resample.h

index b697e7c..e75259c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 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:
          Declare struct _ResampleState.buffer as unsigned char *, not void *,
          since we do arithmetic on it.
 
index 5747039..2147542 100644 (file)
@@ -56,7 +56,7 @@ struct _ResampleState {
 
         /* filter state */
 
-        void *o_buf;
+        unsigned char *o_buf;
         int o_size;
 
         AudioresampleBufferQueue *queue;