aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvenc_hevc.c
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2024-02-01 16:35:35 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2024-02-29 13:36:41 +0800
commitd263fce2b209e86a5a1e8f1b6aa33430ecc2c187 (patch)
tree4daf1682da0e471d410a42972578da1eba0abcb4 /libavcodec/qsvenc_hevc.c
parent57fbe929f368e65ff0bfaa3c1df5b1aa3b8b88db (diff)
downloadffmpeg-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.c2
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" },