Skip to content
Prev Previous commit
Next Next commit
Add whitespace
  • Loading branch information
kkroening committed Jun 14, 2017
commit 7824092ccc4acd2a4e81e3a2e613267d5b18aeec
1 change: 1 addition & 0 deletions ffmpeg/tests/test_ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def test_pipe():
.trim(start_frame=start_frame)
.output('pipe:1', format='rawvideo')
)

args = out.get_args()
assert args == [
'-f', 'rawvideo',
Expand Down