summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
diff options
context:
space:
mode:
authorMiroslav Slugen <thunder.m@email.cz>2016-12-30 22:02:42 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2017-01-01 14:37:09 +0100
commit1841eda6796671cc761e446bbca0f73d629ade4e (patch)
tree516dac4d1b455263171dd1abf5796d8dd8ba8975 /libavcodec/nvenc.h
parentf8c503d9270eaa16126b93fc41c7ab3b42b4dd2c (diff)
avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvenc
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 5bc0cba84c..c435e057b9 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -153,6 +153,7 @@ typedef struct NvencContext
int strict_gop;
int aq_strength;
int quality;
+ int aud;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);