On 10/8/2017 4:11 PM, Mark Thompson wrote: > - ret = qsv_device_init(ctx); > - if (ret < 0) > - goto fail; >From the patch context alone, this looks kinda iffy. I assume qsv_device_init is now called via av_hwdevice_ctx_init? - Derek