From 7ed9adf483fa1713301c7f7c0106fda6abbb4158 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sun, 25 Nov 2018 21:50:01 -0600 Subject: [PATCH] Fix example readme typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 0f60371..208c7b5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -144,7 +144,7 @@ process2 = ( .input('pipe:', format='rawvideo', pix_fmt='rgb24', s='{}x{}'.format(width, height)) .output(out_filename, pix_fmt='yuv420p') .overwrite_output() - .run_async(pipe_stdin=True() + .run_async(pipe_stdin=True) ) while True: