]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
lavf/concatdec: reindent after last commit.
[ffmpeg] / ffmpeg_opt.c
index c60d77686a9ca562807c45b1370e3f9c41cfa517..000c788032c93261971605a0cd14c405d685f0d8 100644 (file)
@@ -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 },
 };