fix(typos): fixing typos and small mistakes

This commit is contained in:
CarolinePascal
2026-05-11 19:18:48 +02:00
parent cd2316460d
commit e22ecbbcda
2 changed files with 6 additions and 3 deletions
@@ -63,7 +63,7 @@ class TestCameraEncoderThread:
fps=fps,
vcodec=enc_cfg.vcodec,
pix_fmt=enc_cfg.pix_fmt,
codec_options=enc_cfg.get_codec_options(),
codec_options=enc_cfg.get_codec_options(as_strings=True),
frame_queue=frame_queue,
result_queue=result_queue,
stop_event=stop_event,
@@ -114,7 +114,7 @@ class TestCameraEncoderThread:
fps=fps,
vcodec=enc_cfg.vcodec,
pix_fmt=enc_cfg.pix_fmt,
codec_options=enc_cfg.get_codec_options(),
codec_options=enc_cfg.get_codec_options(as_strings=True),
frame_queue=frame_queue,
result_queue=result_queue,
stop_event=stop_event,
@@ -148,7 +148,7 @@ class TestCameraEncoderThread:
fps=fps,
vcodec=enc_cfg.vcodec,
pix_fmt=enc_cfg.pix_fmt,
codec_options=enc_cfg.get_codec_options(),
codec_options=enc_cfg.get_codec_options(as_strings=True),
frame_queue=frame_queue,
result_queue=result_queue,
stop_event=stop_event,