summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-12-24 12:32:47 +0800
committerTimo Rothenpieler <timo@rothenpieler.org>2021-12-25 14:12:26 +0100
commit0c8741f819018c9a0820d7272052de4a43cd6f95 (patch)
treecdeb95193be1c6ed0cc2e013cdc5acfd92ff4c90 /libavcodec/nvenc.h
parentf3a949dc4c6f01f43d502cbe2a7c06fe95114c79 (diff)
downloadffmpeg-0c8741f819018c9a0820d7272052de4a43cd6f95.tar.gz
avcodec/nvenc: add udu_sei option to import user data unregistered SEIs
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> 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 08531e1be3..b42a156c56 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -235,6 +235,7 @@ typedef struct NvencContext
int intra_refresh;
int single_slice_intra_refresh;
int constrained_encoding;
+ int udu_sei;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);