win-dshow: Disable HW decode in DirectShow for now

This did not get enough testing, so disable it for now until more
devices can be tested (especially the live gamer portable).
This commit is contained in:
jp9000 2019-09-18 18:13:14 -07:00
parent add59d5253
commit 6f1cb5a8f8

View File

@ -25,8 +25,7 @@
#ifdef USE_NEW_HARDWARE_CODEC_METHOD
enum AVHWDeviceType hw_priority[] = {
AV_HWDEVICE_TYPE_D3D11VA, AV_HWDEVICE_TYPE_DXVA2, AV_HWDEVICE_TYPE_QSV,
AV_HWDEVICE_TYPE_CUDA, AV_HWDEVICE_TYPE_NONE,
AV_HWDEVICE_TYPE_NONE,
};
static bool has_hw_type(AVCodec *c, enum AVHWDeviceType type)