fix: Increase width tolerance for frame class matching to accommodate ultrawide aspect ratios

This commit is contained in:
sha
2026-01-02 12:43:55 +00:00
parent 981000793f
commit a85ecdb52d
2 changed files with 8 additions and 1 deletions
@@ -148,5 +148,11 @@
"interlaced": false,
"expected_frame_class": "1080p",
"testname": "test-mistakenly-high-height"
},
{
"resolution": [1912,798],
"interlaced": false,
"expected_frame_class": "1080p",
"testname": "test-mistakenly-high-height-2"
}
]