diff options
author | Konda Raju <kraju@nvidia.com> | 2017-02-28 11:09:12 +0530 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-03-01 13:15:34 +0100 |
commit | 5f44a4a0a97e802479e6ce689d719e5277267f22 (patch) | |
tree | fa5039683cc3e42b3a98a8bb5e240341e22f50e3 /libavcodec/nvenc.h | |
parent | a549243b89da7df5504253b9679b777834014b7f (diff) | |
download | ffmpeg-5f44a4a0a97e802479e6ce689d719e5277267f22.tar.gz |
avcodec/nvenc: add initial QP value options
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r-- | libavcodec/nvenc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h index ab48cf759a..cfca2efcc5 100644 --- a/libavcodec/nvenc.h +++ b/libavcodec/nvenc.h @@ -155,6 +155,9 @@ typedef struct NvencContext int quality; int aud; int bluray_compat; + int init_qp_p; + int init_qp_b; + int init_qp_i; } NvencContext; int ff_nvenc_encode_init(AVCodecContext *avctx); |