Skip to content

Commit 5b853f7

Browse files
committed
AMD-AMF
1 parent 66df77c commit 5b853f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_amd_amf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_amd_vcn_available(setup):
4343
for c in e.codecs:
4444
match c.type:
4545
case SoraVideoCodecType.VP8:
46-
assert c.decoder is True
46+
assert c.decoder is False
4747
assert c.encoder is False
4848
case SoraVideoCodecType.VP9:
4949
assert c.decoder is True

0 commit comments

Comments
 (0)