max h264 kbps is 2000

This commit is contained in:
Maxim Devaev
2022-03-15 19:25:12 +03:00
parent 9346169271
commit a140f11b1b
4 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ def test_fail__valid_stream_resolution(arg: Any) -> None:
# =====
@pytest.mark.parametrize("arg", ["25", " 25000 ", 5000])
@pytest.mark.parametrize("arg", ["25", " 20000 ", 5000])
def test_ok__valid_stream_h264_bitrate(arg: Any) -> None:
value = valid_stream_h264_bitrate(arg)
assert type(value) == int # pylint: disable=unidiomatic-typecheck