From 257f274dfa000ae0add4aef8bd11375c8d32add0 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 16 Jul 2011 10:09:17 +0200 Subject: [PATCH] Do not use AVFMT_FLAG_NONBLOCK for the output file. Restore the commit 0de8ebf by Carl Eugen Hoyos that was lost during the merge 58257ea. --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 662b5e52c..fb72a3a5d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3976,7 +3976,6 @@ static int opt_output_file(const char *opt, const char *filename) av_log(NULL, AV_LOG_WARNING, "-loop_output is deprecated, use -loop\n"); oc->loop_output = loop_output; } - oc->flags |= AVFMT_FLAG_NONBLOCK; frame_rate = (AVRational){0, 0}; frame_width = 0; -- 2.11.0