projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make ff_mkv_codec_tags lie entirely in .rodata section.
[ffmpeg.git]
/
libavformat
/
matroska.c
diff --git
a/libavformat/matroska.c
b/libavformat/matroska.c
index 9b0cc06dcfe568ca81a53f58f002d90a0cb9a454..382534e9bd91c18769450ad3104462b31c8c765b 100644
(file)
--- a/
libavformat/matroska.c
+++ b/
libavformat/matroska.c
@@
-68,6
+68,6
@@
const CodecTags ff_mkv_codec_tags[]={
{"S_SSA" , CODEC_ID_SSA},
{"S_VOBSUB" , CODEC_ID_DVD_SUBTITLE},
- {
NULL
, CODEC_ID_NONE}
+ {
""
, CODEC_ID_NONE}
/* TODO: AC3-9/10 (?), Real, Musepack, Quicktime */
};