summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_hevc.c
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2019-03-27 19:33:37 +0800
committerZhong Li <zhong.li@intel.com>2019-03-28 21:50:01 +0800
commitb9a066ae23cbf488faf332cbfd101a3af5b77611 (patch)
tree6dc3d6be1589fa8391b8c00ef1e40283825ecbff /libavcodec/qsvenc_hevc.c
parent4131b0619c22cc0da29e95ea16b2970e2e3a566e (diff)
lavc/qsvenc: use the common option "trellis" of AVCodecContext
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/qsvenc_hevc.c')
-rw-r--r--libavcodec/qsvenc_hevc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c
index 1c615b4e81..d2e5432f99 100644
--- a/libavcodec/qsvenc_hevc.c
+++ b/libavcodec/qsvenc_hevc.c
@@ -254,7 +254,7 @@ static const AVCodecDefault qsv_enc_defaults[] = {
// same as the x264 default
{ "g", "248" },
{ "bf", "8" },
-
+ { "trellis", "-1" },
{ "flags", "+cgop" },
#if FF_API_PRIVATE_OPT
{ "b_strategy", "-1" },