Skip to content

Commit

Permalink
Fix qsv arg check
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwang18 committed Feb 6, 2022
1 parent 61153ea commit 07453d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesla_dashcam/tesla_dashcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07453d2

Please sign in to comment.