Commit 4ab4b3db authored by Clément Bœsch's avatar Clément Bœsch Committed by Clément Bœsch

ffmpeg: use exit_program() if configure_video_filters() fails.

parent 3546f680
......@@ -2623,7 +2623,7 @@ static int transcode_init(OutputFile *output_files, int nb_output_files,
#if CONFIG_AVFILTER
if (configure_video_filters(ist, ost)) {
av_log(NULL, AV_LOG_FATAL, "Error opening filters!\n");
exit(1);
exit_program(1);
}
#endif
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment