summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc_hevc.c
diff options
context:
space:
mode:
authorMiroslav Slugen <thunder.m@email.cz>2016-12-30 22:04:31 +0100
committerTimo Rothenpieler <timo@rothenpieler.org>2017-01-01 14:47:25 +0100
commit9b425bd24c48085b0d96bc0698af82bd46e57d03 (patch)
treec03ca63492ce63cda7418179073b1c6ac869768a /libavcodec/nvenc_hevc.c
parent1841eda6796671cc761e446bbca0f73d629ade4e (diff)
downloadffmpeg-streaming-9b425bd24c48085b0d96bc0698af82bd46e57d03.zip
ffmpeg-streaming-9b425bd24c48085b0d96bc0698af82bd46e57d03.tar.gz
avcodec/nvenc: Add bluray_compat basic implementation
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 e44ca7e..cd1dcb9 100644
--- a/libavcodec/nvenc_hevc.c
+++ b/libavcodec/nvenc_hevc.c
@@ -105,6 +105,7 @@ static const AVOption options[] = {
{ "cq", "Set target quality level (0 to 51, 0 means automatic) for constant quality mode in VBR rate control",
OFFSET(quality), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 51, VE },
{ "aud", "Use access unit delimiters", OFFSET(aud), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
+ { "bluray-compat", "Bluray compatibility workarounds", OFFSET(bluray_compat),AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
{ NULL }
};
OpenPOWER on IntegriCloud