summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
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.h
parentb11ed975996d960e962af8a4f3cc646dea9094f4 (diff)
avcodec/nvenc: rename tc option to something more unique
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc.h')
-rw-r--r--libavcodec/nvenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
index b67abcaf18..df0d9caf9c 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -196,7 +196,7 @@ typedef struct NvencContext
int coder;
int b_ref_mode;
int a53_cc;
- int tc;
+ int s12m_tc;
int dpb_size;
} NvencContext;