mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +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):
|
if not isinstance(arg, str):
|
||||||
return PRESETS_HW_ACCEL_ENCODE["default"] % (input, output)
|
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 = {
|
PRESETS_INPUT = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user