[go: nahoru, domu]

Skip to content

Commit

Permalink
Don't need these asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 11, 2023
1 parent c7e5a19 commit 7148db6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auto_editor/ffwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ def initFileInfo(path: str, ffmpeg: FFmpeg, log: Log) -> FileInfo:
else:
sar = v.sample_aspect_ratio

assert type(v.codec_context.pix_fmt) is str
assert type(v.time_base) is Fraction

videos += (
VideoStream(
v.width,
Expand Down

0 comments on commit 7148db6

Please sign in to comment.