mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-24 23:57:41 +03:00
Organize imports
This commit is contained in:
parent
313d0886df
commit
7e90c84d82
@ -7,11 +7,11 @@ from typing import Any
|
|||||||
|
|
||||||
from frigate.const import (
|
from frigate.const import (
|
||||||
FFMPEG_HVC1_ARGS,
|
FFMPEG_HVC1_ARGS,
|
||||||
|
FFMPEG_HWACCEL_AMF,
|
||||||
FFMPEG_HWACCEL_NVIDIA,
|
FFMPEG_HWACCEL_NVIDIA,
|
||||||
FFMPEG_HWACCEL_RKMPP,
|
FFMPEG_HWACCEL_RKMPP,
|
||||||
FFMPEG_HWACCEL_VAAPI,
|
FFMPEG_HWACCEL_VAAPI,
|
||||||
FFMPEG_HWACCEL_VULKAN,
|
FFMPEG_HWACCEL_VULKAN,
|
||||||
FFMPEG_HWACCEL_AMF,
|
|
||||||
LIBAVFORMAT_VERSION_MAJOR,
|
LIBAVFORMAT_VERSION_MAJOR,
|
||||||
)
|
)
|
||||||
from frigate.util.services import vainfo_hwaccel
|
from frigate.util.services import vainfo_hwaccel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user