From cd34bc76174397712fc0b2502d550a45dd25c11c Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 24 Aug 2008 17:09:15 +0000 Subject: Make ogg_codec_t descriptions const Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggparsetheora.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggparsetheora.c') diff --git a/libavformat/oggparsetheora.c b/libavformat/oggparsetheora.c index 1a16ca501a..d1a4fdf998 100644 --- a/libavformat/oggparsetheora.c +++ b/libavformat/oggparsetheora.c @@ -130,7 +130,7 @@ theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp) return iframe + pframe; } -ogg_codec_t theora_codec = { +const ogg_codec_t theora_codec = { .magic = "\200theora", .magicsize = 7, .header = theora_header, -- cgit v1.2.3