[FFmpeg-devel] [PATCH] lavc/amfenc: DXVA2 textures support implementation by AMF encoder

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Apr 13 00:47:56 EEST 2018


2018-04-12 23:42 GMT+02:00, Alexander Kravchenko <akravchenko188 at gmail.com>:
>
> This patch contains DXVA2 textures support implementation
> by AMF encoder (in addition of D3D11 textures)

> +            if (frames_ctx->device_ctx->hwctx) {
> +#if CONFIG_D3D11VA
> +                if (frames_ctx->device_ctx->type ==
> AV_HWDEVICE_TYPE_D3D11VA) {

if (CONFIG_D3D11VA && frames_ctx->device_ctx->type ==...

same below.

Carl Eugen


More information about the ffmpeg-devel mailing list