[MPlayer-cvslog] r25690 - trunk/codec-cfg.c
reimar
subversion at mplayerhq.hu
Sat Jan 12 15:07:27 CET 2008
Author: reimar
Date: Sat Jan 12 15:07:27 2008
New Revision: 25690
Log:
Builtin codecs array can now be const
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c (original)
+++ trunk/codec-cfg.c Sat Jan 12 15:07:27 2008
@@ -1022,7 +1022,7 @@ int main(int argc, char* argv[])
printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
for (i=0; i<2; i++) {
- printf("codecs_t %s[] = {\n", nm[i]);
+ printf("const codecs_t %s[] = {\n", nm[i]);
for (j = 0; j < nr[i]; j++) {
printf("{");
More information about the MPlayer-cvslog
mailing list