mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Formatting
This commit is contained in:
parent
b9a72e3f52
commit
1350904aec
@ -156,7 +156,10 @@ def parse_preset_hardware_acceleration_encode(arg: Any, input: str, output: str)
|
||||
if not isinstance(arg, str):
|
||||
return PRESETS_HW_ACCEL_ENCODE["default"] % (input, output)
|
||||
|
||||
return PRESETS_HW_ACCEL_ENCODE.get(arg, PRESETS_HW_ACCEL_ENCODE["default"]) % (input, output)
|
||||
return PRESETS_HW_ACCEL_ENCODE.get(arg, PRESETS_HW_ACCEL_ENCODE["default"]) % (
|
||||
input,
|
||||
output,
|
||||
)
|
||||
|
||||
|
||||
PRESETS_INPUT = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user