[FFmpeg-devel] [PATCH 5/6] hwcontext: Perform usual initialisation on derived device contexts

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Oct 8 18:49:32 EEST 2017


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


More information about the ffmpeg-devel mailing list