summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexenc.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-10-11 10:07:35 +0000
committerAndy Wingo <wingo@pobox.com>2005-10-11 10:07:35 +0000
commitd9100aa5d072f5d936bd75e0b48254024b4382a5 (patch)
treed4c5f6220743b0735258c8e22fb69700d2b08592 /ext/speex/gstspeexenc.h
parentddecb1d34a27268dfc705af413a35d79fed427c8 (diff)
ext/speex/gstspeexenc.c: Signedness cleanups.
Original commit message from CVS: 2005-10-11 Andy Wingo <wingo@pobox.com> * ext/speex/gstspeexenc.c: Signedness cleanups.
Diffstat (limited to 'ext/speex/gstspeexenc.h')
-rw-r--r--ext/speex/gstspeexenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h
index 0bf781bf..b16e7f37 100644
--- a/ext/speex/gstspeexenc.h
+++ b/ext/speex/gstspeexenc.h
@@ -107,7 +107,7 @@ struct _GstSpeexEnc {
gint frame_size;
guint64 frameno;
- gchar *comments;
+ guint8 *comments;
gint comment_len;
gfloat input[MAX_FRAME_SIZE];