[FFmpeg-cvslog] Do not use AVFMT_FLAG_NONBLOCK for the output file.

Nicolas George git at videolan.org
Tue Jul 19 10:43:28 CEST 2011


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Jul 16 10:09:17 2011 +0200| [257f274dfa000ae0add4aef8bd11375c8d32add0] | committer: Nicolas George

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=257f274dfa000ae0add4aef8bd11375c8d32add0
---

 ffmpeg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 662b5e5..fb72a3a 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;



More information about the ffmpeg-cvslog mailing list