From 73a727f3693185f2d143b1a797dc60f4c305d86e Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 2 Dec 2007 21:52:43 +0000 Subject: Make ff_mkv_codec_tags array const, it is never written. Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroska.c') diff --git a/libavformat/matroska.c b/libavformat/matroska.c index eded899f47..e541d2d9ea 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -21,7 +21,7 @@ #include "matroska.h" -CodecTags ff_mkv_codec_tags[]={ +const CodecTags ff_mkv_codec_tags[]={ // {"V_MS/VFW/FOURCC" , CODEC_ID_NONE}, {"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO}, {"V_MPEG4/ISO/ASP" , CODEC_ID_MPEG4}, -- cgit v1.2.3