X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fexport.cpp;fp=futatabi%2Fexport.cpp;h=5b8da136370a7dd8b649bce379e436daa7e8b176;hb=9ffd4f03f314cc6e0254449593def95c9bc203d6;hp=a865ac6e9369331a3806ef430c70c82b12d33392;hpb=a3b76e5ad9493b0af08fdcbe6d6b689d91496f85;p=nageru diff --git a/futatabi/export.cpp b/futatabi/export.cpp index a865ac6..5b8da13 100644 --- a/futatabi/export.cpp +++ b/futatabi/export.cpp @@ -104,7 +104,7 @@ void export_multitrack_clip(const string &filename, const Clip &clip) AVStream *avstream_video = avformat_new_stream(avctx, nullptr); if (avstream_video == nullptr) { fprintf(stderr, "avformat_new_stream() failed\n"); - exit(1); + abort(); } avstream_video->time_base = AVRational{ 1, TIMEBASE }; avstream_video->codecpar->codec_type = AVMEDIA_TYPE_VIDEO;