mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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" },
|
{ "cmp", "-1" },
|
||||||
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
|
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
|
||||||
{ "thread_type", "0" },
|
{ "thread_type", "0" },
|
||||||
|
{ "flags", "+cgop" },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user