Formatting

This commit is contained in:
Nick Mowen 2023-12-31 15:53:42 -07:00
parent 40a1b82bbf
commit 50f82b34d4

View File

@ -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 ""