mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Formatting
This commit is contained in:
parent
40a1b82bbf
commit
50f82b34d4
@ -399,7 +399,9 @@ def auto_detect_hwaccel() -> str:
|
|||||||
logger.info("Automatically detected vaapi hwaccel for video decoding")
|
logger.info("Automatically detected vaapi hwaccel for video decoding")
|
||||||
return FFMPEG_HWACCEL_VAAPI
|
return FFMPEG_HWACCEL_VAAPI
|
||||||
|
|
||||||
logger.warning("Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended")
|
logger.warning(
|
||||||
|
"Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended"
|
||||||
|
)
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user