X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_opt.c;h=000c788032c93261971605a0cd14c405d685f0d8;hb=b804eb4323a01f55727ac48475a9e3c257532ab5;hp=c60d77686a9ca562807c45b1370e3f9c41cfa517;hpb=fb61ed1e9fcac9163746ffe4a53c6aa2e284dde1;p=ffmpeg diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index c60d77686a9..000c788032c 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -66,6 +66,9 @@ const HWAccel hwaccels[] = { #if HAVE_VDPAU_X11 { "vdpau", vdpau_init, HWACCEL_VDPAU, AV_PIX_FMT_VDPAU }, +#endif +#if HAVE_DXVA2_LIB + { "dxva2", dxva2_init, HWACCEL_DXVA2, AV_PIX_FMT_DXVA2_VLD }, #endif { 0 }, };