mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
screenshot: fix typo in comment
It was not meant to imply that screenshots are male. Female (and other) screenshots are also welcome to this project.
This commit is contained in:
parent
a3bd8c3b5f
commit
c33bbc8694
@ -545,7 +545,7 @@ void handle_each_frame_screenshot(struct MPContext *mpctx)
|
||||
void *a[] = {mpctx, &wait};
|
||||
run_command(mpctx, mp_cmd_clone(ctx->each_frame), NULL, screenshot_fin, a);
|
||||
|
||||
// Block (in a reentrant way) until he screenshot was written. Otherwise,
|
||||
// Block (in a reentrant way) until the screenshot was written. Otherwise,
|
||||
// we could pile up screenshot requests forever.
|
||||
while (!mp_waiter_poll(&wait))
|
||||
mp_idle(mpctx);
|
||||
|
Loading…
Reference in New Issue
Block a user