mirror of https://git.ffmpeg.org/ffmpeg.git
libx264: change default to closed gop to match x264cli
open-gop can be enabled with "-flags -cgop" Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
11d1ca4b2c
commit
a716006a7d
|
@ -559,6 +559,7 @@ static const AVCodecDefault x264_defaults[] = {
|
|||
{ "cmp", "-1" },
|
||||
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
|
||||
{ "thread_type", "0" },
|
||||
{ "flags", "+cgop" },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue