This is in line with the behavior of libx264. Signed-off-by: James Almer <jamr...@gmail.com> --- libavcodec/libx265.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index a97bf19e91..7049a3144a 100644 --- a/libavcodec/libx265.c +++ b/libavcodec/libx265.c @@ -671,6 +671,7 @@ static const AVCodecDefault x265_defaults[] = { { "qcomp", "-1" }, { "i_qfactor", "-1" }, { "b_qfactor", "-1" }, + { "flags", "+cgop" }, { NULL }, }; -- 2.24.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".