[MPlayer-cvslog] CVS: main codec-cfg.c,1.128,1.129

Richard Felker CVS syncmail at mplayerhq.hu
Mon Apr 3 09:11:31 CEST 2006


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv11020

Modified Files:
	codec-cfg.c 
Log Message:
reverse previous patch which caused sig11.

1000000000000000l: broken codecs.conf code modifies every page of a
huge object -> tons of page faults and cannot be const. this needs to
be fixed! do we have a volunteer to remove the whole codecs.conf shit?



Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- codec-cfg.c	3 Apr 2006 06:44:54 -0000	1.128
+++ codec-cfg.c	3 Apr 2006 07:11:29 -0000	1.129
@@ -1029,7 +1029,7 @@
 		printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
 		
 		for (i=0; i<2; i++) {
-		  	printf("const codecs_t %s[] = {\n", nm[i]);
+		  	printf("codecs_t %s[] = {\n", nm[i]);
 			for (j = 0; j < nr[i]; j++) {
 			  	printf("{");
 




More information about the MPlayer-cvslog mailing list