fix: preset-http-jpeg-generic reference

This commit is contained in:
Pavels Veretennikovs 2023-01-07 14:28:04 +02:00 committed by GitHub
parent ec7aaa18ab
commit f477a90b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@ def parse_preset_input(arg: Any, detect_fps: int) -> list[str]:
if not isinstance(arg, str):
return None
if arg == "preset-jpeg-generic":
if arg == "preset-http-jpeg-generic":
input = PRESETS_INPUT[arg].copy()
input[1] = str(detect_fps)
return input