diff options
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r-- | ext/speex/gstspeexdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h index dcb04a2c..f0cd61c0 100644 --- a/ext/speex/gstspeexdec.h +++ b/ext/speex/gstspeexdec.h @@ -57,7 +57,7 @@ struct _GstSpeexDec { void *state; SpeexStereoState stereo; - SpeexMode *mode; + const SpeexMode * mode; SpeexHeader *header; SpeexCallback callback; SpeexBits bits; |