# HG changeset patch # User al3x # Date 1059410142 0 # Node ID 45aeed789017a2fb09e968be2b045c9261bc63be # Parent 5cabff29411e9d9703efa17bf218926352a508ca using av_abort instead exit diff -r 5cabff29411e -r 45aeed789017 common.c --- a/common.c Sun Jul 27 20:45:09 2003 +0000 +++ b/common.c Mon Jul 28 16:35:42 2003 +0000 @@ -293,7 +293,7 @@ #endif if (table[j][1] /*bits*/ != 0) { fprintf(stderr, "incorrect codes\n"); - exit(1); + av_abort(); } table[j][1] = n; //bits table[j][0] = i; //code