提交 4d2a4dfd 编写于 作者: R Reimar Döffinger

100l, all avlanguage tables should be both static and const.

Originally committed as revision 19780 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 b8791583
......@@ -29,10 +29,10 @@ typedef struct LangEntry {
uint16_t next_equivalent;
} LangEntry;
const uint16_t lang_table_counts[] = { 484, 20, 184 };
const uint16_t lang_table_offsets[] = { 0, 484, 504 };
static const uint16_t lang_table_counts[] = { 484, 20, 184 };
static const uint16_t lang_table_offsets[] = { 0, 484, 504 };
static LangEntry lang_table[] = {
static const LangEntry lang_table[] = {
/*----- AV_LANG_ISO639_2_BIBL entries (484) -----*/
/*0000*/ { "aar", 504 },
/*0001*/ { "abk", 505 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册