summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2019-09-27 17:55:23 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2019-09-27 20:00:59 +0200
commite929b2f248a9c49761475e07d1a089e05912d1c6 (patch)
tree1acbd99469615d50375188108ad2ea7e77b2ae28 /libavcodec/nvenc.h
parent460f74495fa93c4bb85503c5443580e2bb857efa (diff)
downloadffmpeg-e929b2f248a9c49761475e07d1a089e05912d1c6.tar.gz
avcodec/nvenc: switch to dedicated dpb_size option
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 ddd6168409..892a001f69 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -192,6 +192,7 @@ typedef struct NvencContext
int coder;
int b_ref_mode;
int a53_cc;
+ int dpb_size;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);