summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc.h
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2018-03-15 18:02:12 +0800
committerLuca Barbato <lu_zero@gentoo.org>2018-03-16 13:36:30 +0100
commitdeefca02c275ce4bc5ccbee690463ffef81a18b8 (patch)
tree633610af5fd07502b36113fb78753c32e204f42f /libavcodec/qsvenc.h
parent3d6e76b953afd36e23ef8532b81aea58a6338931 (diff)
qsvenc: add the Access Unit Delimiter NAL Unit support
Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/qsvenc.h')
-rw-r--r--libavcodec/qsvenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index 31537b2663..ab55795950 100644
--- a/libavcodec/qsvenc.h
+++ b/libavcodec/qsvenc.h
@@ -137,6 +137,8 @@ typedef struct QSVEncContext {
int max_frame_size;
int max_slice_size;
+ int aud;
+
int single_sei_nal_unit;
int max_dec_frame_buffering;
int trellis;