Skip to content

Commit 7ed9adf

Browse files
committed
Fix example readme typo
1 parent 413b71a commit 7ed9adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ process2 = (
144144
.input('pipe:', format='rawvideo', pix_fmt='rgb24', s='{}x{}'.format(width, height))
145145
.output(out_filename, pix_fmt='yuv420p')
146146
.overwrite_output()
147-
.run_async(pipe_stdin=True()
147+
.run_async(pipe_stdin=True)
148148
)
149149

150150
while True:

0 commit comments

Comments
 (0)