]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qsvenc_h264.c
avcodec/nvdec_hevc: add support for new extended sps/pps flags from SDK 8.1
[ffmpeg] / libavcodec / qsvenc_h264.c
index e01a2a3369305ea3f439c2b2f81d4ba50dde5bd6..0fe29c27300a06629f17f3c0b07a014b4c8d5ec2 100644 (file)
@@ -142,6 +142,9 @@ static const AVOption options[] = {
     { "high"    , NULL, 0, AV_OPT_TYPE_CONST, { .i64 = MFX_PROFILE_AVC_HIGH     }, INT_MIN, INT_MAX,     VE, "profile" },
 
     { "a53cc" , "Use A53 Closed Captions (if available)", OFFSET(qsv.a53_cc), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, VE},
+
+    { "aud", "Insert the Access Unit Delimiter NAL", OFFSET(qsv.aud), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE},
+
     { NULL },
 };