summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-09-06 10:01:58 +0800
committerTimo Rothenpieler <timo@rothenpieler.org>2021-09-06 14:12:57 +0200
commite6bd5171ac47c6858889b483ddd77f8c49e1fba0 (patch)
tree74763faf3750f720431b5a563c30ab3ec85e703e /libavcodec/nvenc.h
parent85489e03080a965ddb68fbfac0d929d2e6065b0e (diff)
avcodec/nvenc: add intra refresh support
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 7c284fbbd8..e7cc0e6ba0 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -230,6 +230,7 @@ typedef struct NvencContext
int multipass;
int ldkfs;
int extra_sei;
+ int intra_refresh;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);