mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 10:15:22 +03:00
Set string formatting
This commit is contained in:
parent
39aa8fe5b1
commit
45e984b115
@ -49,7 +49,7 @@ TIMEOUT_PARAM = "-timeout" if os.path.exists(BTBN_PATH) else "-stimeout"
|
|||||||
_gpu_selector = LibvaGpuSelector()
|
_gpu_selector = LibvaGpuSelector()
|
||||||
_user_agent_args = [
|
_user_agent_args = [
|
||||||
"-user_agent",
|
"-user_agent",
|
||||||
f"FFmpeg Frigate/{VERSION}",
|
f'"FFmpeg Frigate/{VERSION}"',
|
||||||
]
|
]
|
||||||
|
|
||||||
PRESETS_HW_ACCEL_DECODE = {
|
PRESETS_HW_ACCEL_DECODE = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user