Skip to content

Commit 1bfff68

Browse files
committed
AV1 をコメントアウトする
1 parent ee043fc commit 1bfff68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_amd_amf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def test_amd_amf_available(setup):
6060
@pytest.mark.parametrize(
6161
"video_codec_type",
6262
[
63-
"AV1",
63+
# AV1 は decoder が正常に動作しない
64+
# "AV1",
6465
"H264",
6566
"H265",
6667
],

0 commit comments

Comments
 (0)