deps/media-playback: Remove cuda for hardware decoding
Cuda appears to be a bit buggy and can result in corruption where as it's not being seen with other hardware decoders. Remove cuda for now as a hardware decoder to prevent the possibility of corruption.
This commit is contained in:
parent
8d43af7748
commit
86572935af
3
deps/media-playback/media-playback/decode.c
vendored
3
deps/media-playback/media-playback/decode.c
vendored
@ -25,8 +25,7 @@
|
||||
enum AVHWDeviceType hw_priority[] = {
|
||||
AV_HWDEVICE_TYPE_D3D11VA, AV_HWDEVICE_TYPE_DXVA2,
|
||||
AV_HWDEVICE_TYPE_VAAPI, AV_HWDEVICE_TYPE_VDPAU,
|
||||
AV_HWDEVICE_TYPE_QSV, AV_HWDEVICE_TYPE_CUDA,
|
||||
AV_HWDEVICE_TYPE_NONE,
|
||||
AV_HWDEVICE_TYPE_QSV, AV_HWDEVICE_TYPE_NONE,
|
||||
};
|
||||
|
||||
static bool has_hw_type(AVCodec *c, enum AVHWDeviceType type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user