Skip to content

Commit 5b3f625

Browse files
committed
小さな解像度は避ける
1 parent 1d87832 commit 5b3f625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_amd_amf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ def test_amd_amf_sendonly_recvonly(setup, video_codec_type):
182182
("H265", "AMF", 1200, 960, 540, 3),
183183
# 360p
184184
# ("AV1", "AMF", 700, 640, 360, 2),
185-
("H264", "AMF", 700, 640, 360, 2),
185+
# ("H264", "AMF", 700, 640, 360, 2),
186186
# ("H265", "AMF", 700, 640, 360, 2),
187187
# 270p
188188
# ("AV1", "AMF", 450, 480, 270, 2),
189-
("H264", "AMF", 450, 480, 270, 2),
189+
# ("H264", "AMF", 450, 480, 270, 2),
190190
# ("H265", "AMF", 257, 480, 270, 2),
191191
# 180p
192192
# ("AV1", "AMF", 200, 320, 180, 1),
193-
("H264", "AMF", 200, 320, 180, 1),
193+
# ("H264", "AMF", 200, 320, 180, 1),
194194
# ("H265", "AMF", 142, 320, 180, 1),
195195
# 135p
196196
# ("H265", "AMF", 101, 240, 135, 1),

0 commit comments

Comments
 (0)