Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2019-03-27 14:33:37 +0300
committerZhong Li <zhong.li@intel.com>2019-03-28 16:50:01 +0300
commitb9a066ae23cbf488faf332cbfd101a3af5b77611 (patch)
tree6dc3d6be1589fa8391b8c00ef1e40283825ecbff /libavcodec/qsvenc_mpeg2.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_mpeg2.c')
-rw-r--r--libavcodec/qsvenc_mpeg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc_mpeg2.c b/libavcodec/qsvenc_mpeg2.c
index a7427d8109..e4ade56d62 100644
--- a/libavcodec/qsvenc_mpeg2.c
+++ b/libavcodec/qsvenc_mpeg2.c
@@ -87,7 +87,7 @@ static const AVCodecDefault qsv_enc_defaults[] = {
// same as the x264 default
{ "g", "250" },
{ "bf", "3" },
-
+ { "trellis", "-1" },
{ "flags", "+cgop" },
#if FF_API_PRIVATE_OPT
{ "b_strategy", "-1" },