Merge pull request #1350 from samwiseg0/fix/lin_hw_decode

Fix hardware decode not reflected in GUI
This commit is contained in:
JonnyWong16
2019-09-19 19:03:48 -07:00
committed by GitHub

View File

@@ -168,11 +168,11 @@ HW_DECODERS = [
'dxva2',
'videotoolbox',
'mediacodecndk',
'vaapi'
'vaapi',
'nvdec'
]
HW_ENCODERS = [
'qsv',
'nvenc',
'mf',
'videotoolbox',
'mediacodecndk',