projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0404f
)
gst/audioresample/resample.h: As before, but for o_buf
author
Michael Smith
<msmith@xiph.org>
Tue, 3 Jan 2006 17:33:16 +0000
(17:33 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/gst/audioresample/resample.h
b/gst/audioresample/resample.h
index 574703964c7a409deb7a9f13245c5a165f2cfc9c..2147542f9975b3a6795cb2cb408a161b2c18e762 100644
(file)
--- 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;