summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2017-08-30 21:06:25 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2017-09-01 10:52:15 +0200
commita0b69e2b0a7ba994b722393a0273bb3464fd5efe (patch)
tree5a410ab426320e955110d497ee828f6befeccefc /libavcodec/nvenc.h
parent78a7af823b7c2a1e3184e6680f2b49bf67101e5c (diff)
avcodec/nvenc: add support for specifying entropy coding mode
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 2e24604cea..2c682275da 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -162,6 +162,7 @@ typedef struct NvencContext
int init_qp_i;
int cqp;
int weighted_pred;
+ int coder;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);