summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-06-28 10:34:12 +0800
committerLimin Wang <lance.lmwang@gmail.com>2020-06-28 21:40:49 +0800
commitfdead2a31a4686488a29d45c3d2e9b8b7723c0ef (patch)
tree4d20faf506ced0a41cee4a361ac0e963ff941bed /libavcodec/nvenc.h
parent4ef766e73c47c9928e276d9ec078c060f1d768f7 (diff)
avcodec/nvenc: support for HEVC timecode passthrough
Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
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 007721aa66..b67abcaf18 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -196,6 +196,7 @@ typedef struct NvencContext
int coder;
int b_ref_mode;
int a53_cc;
+ int tc;
int dpb_size;
} NvencContext;