You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Do not use AVFMT_FLAG_NONBLOCK for the output file.
Restore the commit0de8ebf
by Carl Eugen Hoyos that was lost during the merge58257ea
.
This commit is contained in:
1
ffmpeg.c
1
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");
|
av_log(NULL, AV_LOG_WARNING, "-loop_output is deprecated, use -loop\n");
|
||||||
oc->loop_output = loop_output;
|
oc->loop_output = loop_output;
|
||||||
}
|
}
|
||||||
oc->flags |= AVFMT_FLAG_NONBLOCK;
|
|
||||||
|
|
||||||
frame_rate = (AVRational){0, 0};
|
frame_rate = (AVRational){0, 0};
|
||||||
frame_width = 0;
|
frame_width = 0;
|
||||||
|
Reference in New Issue
Block a user