Browse Source

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.
tags/n0.9
Nicolas George 14 years ago
parent
commit
257f274dfa
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffmpeg.c

+ 0
- 1
ffmpeg.c View File

@@ -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;


Loading…
Cancel
Save