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
1 changed files with 0 additions and 1 deletions

View File

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