summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc_hevc.c
diff options
context:
space:
mode:
authorSven C. Dack <sven.c.dack@sky.com>2016-10-13 18:06:09 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2016-10-19 12:45:52 +0200
commitaebbcb2706ab0bc5ca4feec8e7ae1e91c57cd67a (patch)
tree2698cffbb395c7e3d0d1e2b8d21897bf1f9b4b36 /libavcodec/nvenc_hevc.c
parentda4d0fa86b48d79398b0ccf7ecadc6ff69e3c947 (diff)
downloadffmpeg-streaming-aebbcb2706ab0bc5ca4feec8e7ae1e91c57cd67a.zip
ffmpeg-streaming-aebbcb2706ab0bc5ca4feec8e7ae1e91c57cd67a.tar.gz
avcodec/nvenc_hevc: Added missing option -temporal_aq
The option is present in h264_nvenc, but was missing from hevc_nvenc. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'libavcodec/nvenc_hevc.c')
-rw-r--r--libavcodec/nvenc_hevc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nvenc_hevc.c b/libavcodec/nvenc_hevc.c
index 320f290..0fec77a 100644
--- a/libavcodec/nvenc_hevc.c
+++ b/libavcodec/nvenc_hevc.c
@@ -93,6 +93,7 @@ static const AVOption options[] = {
{ "forced-idr", "If forcing keyframes, force them as IDR frames.",
OFFSET(forced_idr), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, VE },
{ "spatial_aq", "set to 1 to enable Spatial AQ", OFFSET(aq), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
+ { "temporal_aq", "set to 1 to enable Temporal AQ", OFFSET(temporal_aq), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
{ "zerolatency", "Set 1 to indicate zero latency operation (no reordering delay)",
OFFSET(zerolatency), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
{ "nonref_p", "Set this to 1 to enable automatic insertion of non-reference P-frames",
OpenPOWER on IntegriCloud