Skip to content

Commit d21b2d0

Browse files
committed
Missing type annotation in bv
1 parent e2c477d commit d21b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_editor/render/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def render_av(
120120

121121
del codec
122122
output_stream = output.add_stream(args.video_codec, rate=target_fps)
123-
output_stream.options = {"x265-params": "log-level=error"}
123+
output_stream.options = {"x265-params": "log-level=error"} # type: ignore
124124

125125
cc = output_stream.codec_context
126126
if args.vprofile is not None:

0 commit comments

Comments
 (0)