diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2024-02-01 16:35:35 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2024-02-29 13:36:41 +0800 |
commit | d263fce2b209e86a5a1e8f1b6aa33430ecc2c187 (patch) | |
tree | 4daf1682da0e471d410a42972578da1eba0abcb4 /libavcodec/qsvenc_hevc.c | |
parent | 57fbe929f368e65ff0bfaa3c1df5b1aa3b8b88db (diff) | |
download | ffmpeg-d263fce2b209e86a5a1e8f1b6aa33430ecc2c187.tar.gz |
lavc/qsvenc: update the selection of bitrate control method
The default method is changed to CQP
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'libavcodec/qsvenc_hevc.c')
-rw-r--r-- | libavcodec/qsvenc_hevc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 004b34287b..4920b0bca4 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsvenc_hevc.c @@ -374,7 +374,7 @@ static const AVClass class = { }; static const FFCodecDefault qsv_enc_defaults[] = { - { "b", "1M" }, + { "b", "0" }, { "refs", "0" }, { "g", "248" }, { "bf", "-1" }, |