diff mpeg.c @ 537:558a093b04db libavformat

do not call (av_)abort()
author michael
date Fri, 01 Oct 2004 13:16:16 +0000
parents 112057e05179
children 78a8cbdad269
line wrap: on
line diff
--- a/mpeg.c	Wed Sep 29 23:25:01 2004 +0000
+++ b/mpeg.c	Fri Oct 01 13:16:16 2004 +0000
@@ -314,7 +314,7 @@
             s->video_bound++;
             break;
         default:
-            av_abort();
+            return -1;
         }
     }
     /* if no SCR, use first stream (audio) */