From 07453d2679331497416c689a41b376f8fab73d96 Mon Sep 17 00:00:00 2001 From: CJ Wang Date: Sat, 5 Feb 2022 17:26:11 -0800 Subject: [PATCH] Fix qsv arg check --- tesla_dashcam/tesla_dashcam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tesla_dashcam/tesla_dashcam.py b/tesla_dashcam/tesla_dashcam.py index c449077..9ef3c00 100644 --- a/tesla_dashcam/tesla_dashcam.py +++ b/tesla_dashcam/tesla_dashcam.py @@ -4215,7 +4215,7 @@ def main() -> int: "-hwaccel_output_format", "vaapi", ] - elif args.gpu_type == "qvc": + elif args.gpu_type == "qsv": if PLATFORM == "linux": ffmpeg_hwdev = ffmpeg_hwdev + [ "-qsv_device",