summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorKonda Raju <kraju@nvidia.com>2017-03-07 12:02:14 +0530
committerDiego Biurrun <diego@biurrun.de>2017-03-09 17:24:00 +0100
commitf6790b5e1075133ee39be91105f1135db7afd259 (patch)
tree7c8caceebb5bef4bccdd82da29fc04b8cdf689b3 /libavcodec/nvenc.h
parent8a60bba0aef77015111570058d5a72f0428dc748 (diff)
downloadffmpeg-streaming-f6790b5e1075133ee39be91105f1135db7afd259.zip
ffmpeg-streaming-f6790b5e1075133ee39be91105f1135db7afd259.tar.gz
add initial QP value options
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index 6df4548..3602f16 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -183,6 +183,9 @@ typedef struct NVENCContext {
int strict_gop;
int aq_strength;
int quality;
+ int init_qp_p;
+ int init_qp_b;
+ int init_qp_i;
} NVENCContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);
OpenPOWER on IntegriCloud