{"async_depth","Internal parallelization depth, the higher the value the higher the latency.",OFFSET(qsv.async_depth),AV_OPT_TYPE_INT,{.i64=ASYNC_DEPTH_DEFAULT},0,INT_MAX,VD},
{"load_plugin","A user plugin to load in an internal session",OFFSET(load_plugin),AV_OPT_TYPE_INT,{.i64=LOAD_PLUGIN_HEVC_SW},LOAD_PLUGIN_NONE,LOAD_PLUGIN_HEVC_SW,VD,"load_plugin"},
{"async_depth","Internal parallelization depth, the higher the value the higher the latency.",OFFSET(qsv.async_depth),AV_OPT_TYPE_INT,{.i64=ASYNC_DEPTH_DEFAULT},0,INT_MAX,VD},
{NULL},
...
...
@@ -201,7 +269,7 @@ static const AVClass class = {
AVCodecff_h264_qsv_decoder={
.name="h264_qsv",
.long_name=NULL_IF_CONFIG_SMALL("H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration)"),