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

Carl Eugen Hoyos git
Tue Mar 8 20:47:28 CET 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Mar  8 20:45:26 2011 +0100| [0de8ebf49125c48688a800b45009cfa222e5dbac] | committer: Carl Eugen Hoyos

Do not use AVFMT_FLAG_NONBLOCK for the output file.

Allows to use output device alsa.

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

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

diff --git a/ffmpeg.c b/ffmpeg.c
index 3b0dd1b..3c51079 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3835,7 +3835,6 @@ static void opt_output_file(const char *filename)
     oc->preload= (int)(mux_preload*AV_TIME_BASE);
     oc->max_delay= (int)(mux_max_delay*AV_TIME_BASE);
     oc->loop_output = loop_output;
-    oc->flags |= AVFMT_FLAG_NONBLOCK;
 
     set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM, NULL);
 




More information about the ffmpeg-cvslog mailing list