We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87832 commit 5b3f625Copy full SHA for 5b3f625
tests/test_amd_amf.py
@@ -182,15 +182,15 @@ def test_amd_amf_sendonly_recvonly(setup, video_codec_type):
182
("H265", "AMF", 1200, 960, 540, 3),
183
# 360p
184
# ("AV1", "AMF", 700, 640, 360, 2),
185
- ("H264", "AMF", 700, 640, 360, 2),
+ # ("H264", "AMF", 700, 640, 360, 2),
186
# ("H265", "AMF", 700, 640, 360, 2),
187
# 270p
188
# ("AV1", "AMF", 450, 480, 270, 2),
189
- ("H264", "AMF", 450, 480, 270, 2),
+ # ("H264", "AMF", 450, 480, 270, 2),
190
# ("H265", "AMF", 257, 480, 270, 2),
191
# 180p
192
# ("AV1", "AMF", 200, 320, 180, 1),
193
- ("H264", "AMF", 200, 320, 180, 1),
+ # ("H264", "AMF", 200, 320, 180, 1),
194
# ("H265", "AMF", 142, 320, 180, 1),
195
# 135p
196
# ("H265", "AMF", 101, 240, 135, 1),
0 commit comments