changed h264 range to actual values

This commit is contained in:
Maxim Devaev
2021-11-25 06:37:32 +03:00
parent 1551f34bf6
commit b27b4f1491
4 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ def test_fail__valid_stream_resolution(arg: Any) -> None:
# =====
@pytest.mark.parametrize("arg", ["100", " 16000 ", 5000])
@pytest.mark.parametrize("arg", ["25", " 25000 ", 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