do not call (av_)abort()

Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-10-01 13:16:16 +00:00
parent 9fe5a7b831
commit 71c32f19b3
6 changed files with 10 additions and 11 deletions

View File

@@ -314,7 +314,7 @@ static int mpeg_mux_init(AVFormatContext *ctx)
s->video_bound++;
break;
default:
av_abort();
return -1;
}
}
/* if no SCR, use first stream (audio) */