summaryrefslogtreecommitdiff
path: root/libavformat/oggparsespeex.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-08-24 17:09:15 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-08-24 17:09:15 +0000
commitcd34bc76174397712fc0b2502d550a45dd25c11c (patch)
tree4a9e2ef00bac83bae45b6d3724d7d7758a11ece8 /libavformat/oggparsespeex.c
parentc18545929e134845ff57e3e98f494965e42ab10a (diff)
Make ogg_codec_t descriptions const
Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparsespeex.c')
-rw-r--r--libavformat/oggparsespeex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparsespeex.c b/libavformat/oggparsespeex.c
index ad2f0b7db4..1612f2e632 100644
--- a/libavformat/oggparsespeex.c
+++ b/libavformat/oggparsespeex.c
@@ -54,7 +54,7 @@ static int speex_header(AVFormatContext *s, int idx) {
return 0;
}
-ogg_codec_t speex_codec = {
+const ogg_codec_t speex_codec = {
.magic = "Speex ",
.magicsize = 8,
.header = speex_header