From 4f632b065bad7e88551740193ef21177d33caa93 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 7 Jan 2008 00:03:19 +0000 Subject: Make ff_mkv_codec_tags lie entirely in .rodata section. From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11440 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 b8d39bbcee..43fbb9e9c5 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -181,7 +181,7 @@ typedef enum { */ typedef struct CodecTags{ - const char *str; + char str[16]; enum CodecID id; }CodecTags; -- cgit v1.2.3