diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-03-08 20:45:26 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-03-08 20:45:26 +0100 |
commit | 0de8ebf49125c48688a800b45009cfa222e5dbac (patch) | |
tree | 169566f4584fb94fc903a38308ab470d687d745c | |
parent | cc4d3dd3e2171f63cd4297292349b58788fff260 (diff) | |
download | ffmpeg-0de8ebf49125c48688a800b45009cfa222e5dbac.tar.gz |
Do not use AVFMT_FLAG_NONBLOCK for the output file.
Allows to use output device alsa.
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |