video: initial dxva2 support

Shamelessly stolen from ffmpeg. It probably doesn't work - you can debug
it yourself.
This commit is contained in:
wm4
2014-10-25 19:23:46 +02:00
parent c63c0d1cb1
commit 423a7de676
9 changed files with 623 additions and 2 deletions

View File

@@ -296,6 +296,7 @@ def build(ctx):
( "video/vdpau.c", "vdpau" ),
( "video/vdpau_mixer.c", "vdpau" ),
( "video/decode/dec_video.c"),
( "video/decode/dxva2.c", "dxva2-hwaccel" ),
( "video/decode/vaapi.c", "vaapi-hwaccel" ),
( "video/decode/vd_lavc.c" ),
( "video/decode/vda.c", "vda-hwaccel" ),