Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Fix or ignore typing issues
Browse files Browse the repository at this point in the history
pganssle committed Nov 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2a360ab commit 326f322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_feeder/m4btools.py
Original file line number Diff line number Diff line change
@@ -289,7 +289,7 @@ def _extract_subset(
if subset.end:
subset_directives.extend(("-to", str(subset.end)))

cmd = [
cmd: Sequence[str] = [
"ffmpeg",
"-loglevel",
"error",

0 comments on commit 326f322

Please sign in to comment.