Skip to content

Commit ee89754

Browse files
committed
Remove unused var
1 parent d0eff66 commit ee89754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auto_editor/subcommands/levels.py

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def iter_audio(src, tb: Fraction, stream: int = 0) -> Iterator[float]:
103103

104104
exact_size = (1 / tb) * sample_rate
105105
accumulated_error = 0
106-
start_pts = None
107106

108107
for frame in container.decode(audio=stream):
109108
frame.pts = None # Skip check

0 commit comments

Comments
 (0)