summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-03-23 17:01:40 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2017-03-23 17:10:52 +0100
commit7fb2a7afa174fcd31c7707d4c93c0afc33f060b7 (patch)
tree458e88e84549732072204395e71dc8c71d65398b /libavcodec/nvenc.h
parent038e6aef7a54577a3bba6666cff21f5f4e3b2d0b (diff)
avcodec/nvenc: Deprecate usage of global_quality, introducing qp
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index cfca2efcc5..7dec5cc685 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -158,6 +158,7 @@ typedef struct NvencContext
int init_qp_p;
int init_qp_b;
int init_qp_i;
+ int cqp;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);