summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorSumit Agarwal <sumita@nvidia.com>2017-05-09 19:54:54 +0530
committerTimo Rothenpieler <timo@rothenpieler.org>2017-05-10 10:22:41 +0200
commit01775730fd1e1877c142518f8cce9d23c47060b1 (patch)
tree19520b5c59789e3d671f03a797e770bd323ae9ea /libavcodec/nvenc.h
parent18a659d1b653c24de1a691c13f7db1b6e6a95aee (diff)
avcodec/nvenc: add weighted prediction support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 e60683711b..2e24604cea 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -161,6 +161,7 @@ typedef struct NvencContext
int init_qp_b;
int init_qp_i;
int cqp;
+ int weighted_pred;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);