summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2020-06-30 19:03:56 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2020-06-30 19:03:56 +0200
commit9aef4ae97599c61845ed76d37e81e5a8c4b266ff (patch)
tree6f3687c5721086487157d775a903680fb25a54b4 /libavcodec/nvenc.c
parentb11ed975996d960e962af8a4f3cc646dea9094f4 (diff)
avcodec/nvenc: rename tc option to something more unique
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.c')
-rw-r--r--libavcodec/nvenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index b957b9cb7c..0981262491 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -2154,7 +2154,7 @@ static int nvenc_send_frame(AVCodecContext *avctx, const AVFrame *frame)
}
}
- if (ctx->tc && av_frame_get_side_data(frame, AV_FRAME_DATA_S12M_TIMECODE)) {
+ if (ctx->s12m_tc && av_frame_get_side_data(frame, AV_FRAME_DATA_S12M_TIMECODE)) {
void *tc_data = NULL;
size_t tc_size = 0;