Skip to content

Commit

Permalink
fix some compile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Jan 11, 2024
1 parent 7251b04 commit bc61039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffmpeg/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def test_mono_to_stereo_with_offsets_and_video(snapshot: SnapshotAssertion) -> N
audio_left = input("audio-left.wav").atrim(start=5).asetpts(expr="PTS-STARTPTS")
audio_right = input("audio-right.wav").atrim(start=10).asetpts(expr="PTS-STARTPTS")
input_video = input("input-video.mp4")
# FIXME: the join's map option should be optional
assert snapshot(extension_class=JSONSnapshotExtension) == (
join(audio_left, audio_right, inputs=2, channel_layout="stereo", map="")
.output(input_video.video, filename="output-video.mp4", shortest=True, vcodec="copy")
Expand Down

0 comments on commit bc61039

Please sign in to comment.