8000 Fix typo in _run.py docstring · Powercoder64/ffmpeg-python@861b453 · GitHub
[go: up one dir, main page]

Skip to content

Commit 861b453

Browse files
372046933taoxu
authored and
taoxu
committed
Fix typo in _run.py docstring
1 parent 4cb7d26 commit 861b453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def run_async(
233233
process = (
234234
ffmpeg
235235
.input(in_filename)
236-
.output('pipe':, format='rawvideo', pix_fmt='rgb24')
236+
.output('pipe:', format='rawvideo', pix_fmt='rgb24')
237237
.run_async(pipe_stdout=True, pipe_stderr=True)
238238
)
239239
out, err = process.communicate()

0 commit comments

Comments
 (0)
0