changeset 1387:45aeed789017 libavcodec

using av_abort instead exit
author al3x
date Mon, 28 Jul 2003 16:35:42 +0000
parents 5cabff29411e
children b5c65adac96a
files common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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