diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-09-06 10:01:58 +0800 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2021-09-06 14:12:57 +0200 |
commit | e6bd5171ac47c6858889b483ddd77f8c49e1fba0 (patch) | |
tree | 74763faf3750f720431b5a563c30ab3ec85e703e /libavcodec/nvenc.h | |
parent | 85489e03080a965ddb68fbfac0d929d2e6065b0e (diff) | |
download | ffmpeg-e6bd5171ac47c6858889b483ddd77f8c49e1fba0.tar.gz |
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.h | 1 |
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); |