mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Add whitespace
This commit is contained in:
parent
03f99dbba0
commit
7824092ccc
@ -182,6 +182,7 @@ def test_pipe():
|
|||||||
.trim(start_frame=start_frame)
|
.trim(start_frame=start_frame)
|
||||||
.output('pipe:1', format='rawvideo')
|
.output('pipe:1', format='rawvideo')
|
||||||
)
|
)
|
||||||
|
|
||||||
args = out.get_args()
|
args = out.get_args()
|
||||||
assert args == [
|
assert args == [
|
||||||
'-f', 'rawvideo',
|
'-f', 'rawvideo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user