diff options
Diffstat (limited to 'ext/speex/gstspeexenc.h')
-rw-r--r-- | ext/speex/gstspeexenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h index dc1983b6..0c002031 100644 --- a/ext/speex/gstspeexenc.h +++ b/ext/speex/gstspeexenc.h @@ -70,7 +70,7 @@ struct _GstSpeexEnc { SpeexBits bits; SpeexHeader header; - SpeexMode *speex_mode; + const SpeexMode *speex_mode; void *state; GstSpeexMode mode; GstAdapter *adapter; |