From f3b5277057ad84071721f01419fe4badeceaff08 Mon Sep 17 00:00:00 2001 From: Haihao Xiang Date: Fri, 7 Oct 2022 10:49:12 +0800 Subject: [PATCH] lavc/qsvenc_hevc: use open GOP by default HEVC spec has CRA frame which allows random access with open GOP, hence it can achieve higher compression efficiency. Removing the entry was suggested by Andreas Signed-off-by: Haihao Xiang --- libavcodec/qsvenc_hevc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 8127fcc6c3..2a3f34b915 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsvenc_hevc.c @@ -294,7 +294,6 @@ static const FFCodecDefault qsv_enc_defaults[] = { { "qmin", "-1" }, { "qmax", "-1" }, { "trellis", "-1" }, - { "flags", "+cgop" }, { NULL }, };