summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.h
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.h
parent1841eda6796671cc761e446bbca0f73d629ade4e (diff)
avcodec/nvenc: Add bluray_compat basic implementation
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 c435e057b9..ab48cf759a 100644
--- a/libavcodec/nvenc.h
+++ b/libavcodec/nvenc.h
@@ -154,6 +154,7 @@ typedef struct NvencContext
int aq_strength;
int quality;
int aud;
+ int bluray_compat;
} NvencContext;
int ff_nvenc_encode_init(AVCodecContext *avctx);