mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Default ffmpeg version to current btbn version so unit tests pass
This commit is contained in:
parent
955823f135
commit
6bf05a8d1b
@ -43,7 +43,9 @@ class LibvaGpuSelector:
|
||||
|
||||
|
||||
TIMEOUT_PARAM = (
|
||||
"-timeout" if int(os.environ["LIBAVFORMAT_VERSION_MAJOR"]) >= 59 else "-stimeout"
|
||||
"-timeout"
|
||||
if int(os.getenv("LIBAVFORMAT_VERSION_MAJOR", "59")) >= 59
|
||||
else "-stimeout"
|
||||
)
|
||||
|
||||
_gpu_selector = LibvaGpuSelector()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user