videotoolbox: use generic code for dummy hwdevice init

And move the remaining code (just 2 struct constant definitions) to
vd_lavc.c.
This commit is contained in:
wm4
2017-10-31 15:18:57 +01:00
parent e0f42bdc5d
commit 7fd1359fcf
3 changed files with 19 additions and 76 deletions

View File

@@ -370,7 +370,6 @@ def build(ctx):
( "video/decode/hw_dxva2.c", "d3d9-hwaccel" ),
( "video/decode/hw_d3d11va.c", "d3d-hwaccel" ),
( "video/decode/hw_mediacodec.c", "android" ),
( "video/decode/hw_videotoolbox.c", "videotoolbox-hwaccel" ),
( "video/decode/vd_lavc.c" ),
( "video/filter/refqueue.c" ),
( "video/filter/vf.c" ),