diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-06-28 10:34:12 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-06-28 21:40:49 +0800 |
commit | fdead2a31a4686488a29d45c3d2e9b8b7723c0ef (patch) | |
tree | 4d20faf506ced0a41cee4a361ac0e963ff941bed /libavcodec/nvenc.h | |
parent | 4ef766e73c47c9928e276d9ec078c060f1d768f7 (diff) | |
download | ffmpeg-fdead2a31a4686488a29d45c3d2e9b8b7723c0ef.tar.gz |
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.h | 1 |
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; |