This is in line with the behavior of libx264.
Signed-off-by: James Almer <[email protected]>
---
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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".