summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2018-08-21 14:28:15 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2018-08-21 15:14:56 +0200
commitdc2d56a66b8ad8bc5b07a5cc9c0608a67d5c2ae2 (patch)
treef7dc5ab09ab7119e01bab2b0303195399ec537eb /libavcodec/nvenc.h
parent6972dae5a494fb69836343ea0e8d430769177c5d (diff)
avcodec/nvenc: add option to turn off a53 closed caption embedding
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 b29fbf282a..ebb7a80fc3 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -186,6 +186,7 @@ typedef struct NvencContext
int weighted_pred;
int coder;
int b_ref_mode;
+ int a53_cc;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);