diff common.c @ 1387:45aeed789017 libavcodec

using av_abort instead exit
author al3x
date Mon, 28 Jul 2003 16:35:42 +0000
parents 9fce515e9894
children 79dddc5cd990
line wrap: on
line diff
--- 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