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
commit 38e2fbabb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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