Skip to content

Commit

Permalink
libx264: change default to closed gop to match x264cli
Browse files Browse the repository at this point in the history
open-gop can be enabled with "-flags -cgop"

Signed-off-by: Anton Khirnov <[email protected]>
  • Loading branch information
johnvansickle authored and elenril committed Sep 24, 2012
1 parent 11d1ca4 commit a716006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/libx264.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ static const AVCodecDefault x264_defaults[] = {
{ "cmp", "-1" },
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
{ "thread_type", "0" },
{ "flags", "+cgop" },
{ NULL },
};

Expand Down

0 comments on commit a716006

Please sign in to comment.