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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroska.h') diff --git a/libavformat/matroska.h b/libavformat/matroska.h index f46337b87f..fcfde37a03 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -191,6 +191,6 @@ typedef struct CodecTags{ /* max. depth in the EBML tree structure */ #define EBML_MAX_DEPTH 16 -extern CodecTags ff_mkv_codec_tags[]; +extern const CodecTags ff_mkv_codec_tags[]; #endif /* FFMPEG_MATROSKA_H */ -- cgit v1.2.3