Commit a716006a authored by John Van Sickle's avatar John Van Sickle Committed by Anton Khirnov

libx264: change default to closed gop to match x264cli

open-gop can be enabled with "-flags -cgop"
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 11d1ca4b
......@@ -559,6 +559,7 @@ static const AVCodecDefault x264_defaults[] = {
{ "cmp", "-1" },
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
{ "thread_type", "0" },
{ "flags", "+cgop" },
{ NULL },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment