Skip to content

Commit

Permalink
Merge pull request #194 from cjwang18/bugfix/qsv-arg
Browse files Browse the repository at this point in the history
Fix typo in qsv arg check
  • Loading branch information
ehendrix23 authored Feb 17, 2022
2 parents 61153ea + 07453d2 commit 86d459f
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 86d459f

Please sign in to comment.