mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Fix typo in run_async
documentation
This commit is contained in:
parent
df129c7ba3
commit
8bb2b9935e
@ -269,7 +269,7 @@ def run_async(
|
|||||||
)
|
)
|
||||||
out_frame = in_frame * 0.3
|
out_frame = in_frame * 0.3
|
||||||
process2.stdin.write(
|
process2.stdin.write(
|
||||||
frame
|
out_frame
|
||||||
.astype(np.uint8)
|
.astype(np.uint8)
|
||||||
.tobytes()
|
.tobytes()
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user