From 8541fcf3651cd1a3b6e60e0d33edc92ece01dfd7 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 11 Aug 2009 18:15:21 +0000 Subject: fmt_table should be const as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29491 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-cfg.c b/codec-cfg.c index 6ae8486027..8fd6b2ade2 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -138,7 +138,7 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int return 1; } - static struct { + static const struct { const char *name; const unsigned int num; } fmt_table[] = { -- cgit v1.2.3