Skip to content
Snippets Groups Projects
Commit a716006a authored by John Van Sickle's avatar John Van Sickle Committed by Anton Khirnov
Browse files

libx264: change default to closed gop to match x264cli


open-gop can be enabled with "-flags -cgop"

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent 11d1ca4b
No related branches found
No related tags found
No related merge requests found
......@@ -559,6 +559,7 @@ static const AVCodecDefault x264_defaults[] = {
{ "cmp", "-1" },
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
{ "thread_type", "0" },
{ "flags", "+cgop" },
{ NULL },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment