mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
do not call (av_)abort()
Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user