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>
pull/388/head
Haihao Xiang 2 years ago
parent 56a52af12b
commit f3b5277057
  1. 1
      libavcodec/qsvenc_hevc.c

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

Loading…
Cancel
Save