[MPlayer-cvslog] r29491 - trunk/codec-cfg.c

reimar subversion at mplayerhq.hu
Tue Aug 11 20:15:21 CEST 2009


Author: reimar
Date: Tue Aug 11 20:15:21 2009
New Revision: 29491

Log:
fmt_table should be const as well.

Modified:
   trunk/codec-cfg.c

Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c	Tue Aug 11 20:07:43 2009	(r29490)
+++ trunk/codec-cfg.c	Tue Aug 11 20:15:21 2009	(r29491)
@@ -138,7 +138,7 @@ static int add_to_format(char *s, char *
 	return 1;
 }
 
-        static struct {
+        static const struct {
 	        const char *name;
 	        const unsigned int num;
 	} fmt_table[] = {


More information about the MPlayer-cvslog mailing list