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?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18035 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2006-04-03 07:11:29 +00:00
parent f571bed7c3
commit d1f744937e
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,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("const codecs_t %s[] = {\n", nm[i]);
printf("codecs_t %s[] = {\n", nm[i]);
for (j = 0; j < nr[i]; j++) {
printf("{");