1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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 <haihao.xiang@intel.com>
This commit is contained in:
Haihao Xiang 2022-10-07 10:49:12 +08:00
parent 56a52af12b
commit f3b5277057

View File

@ -294,7 +294,6 @@ static const FFCodecDefault qsv_enc_defaults[] = {
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "trellis", "-1" },
{ "flags", "+cgop" },
{ NULL },
};