From 8bb2b9935e8ee2d153c735e21bc85255ba6412be Mon Sep 17 00:00:00 2001 From: Hao Kang <89672451+haok1402@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:04:45 -0400 Subject: [PATCH] Fix typo in `run_async` documentation --- ffmpeg/_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg/_run.py b/ffmpeg/_run.py index f42d1d7..3d8ad81 100644 --- a/ffmpeg/_run.py +++ b/ffmpeg/_run.py @@ -269,7 +269,7 @@ def run_async( ) out_frame = in_frame * 0.3 process2.stdin.write( - frame + out_frame .astype(np.uint8) .tobytes() )