mirror of https://github.com/mpv-player/mpv
manpage: explicitly mention "tick" event as deprecated
Just. Don't. Use. It.
This commit is contained in:
parent
d6f282e162
commit
7f1bd0f30b
|
@ -930,7 +930,7 @@ List of events
|
||||||
``tick``
|
``tick``
|
||||||
Called after a video frame was displayed. This is a hack, and you should
|
Called after a video frame was displayed. This is a hack, and you should
|
||||||
avoid using it. Use timers instead and maybe watch pausing/unpausing events
|
avoid using it. Use timers instead and maybe watch pausing/unpausing events
|
||||||
to avoid wasting CPU when the player is paused.
|
to avoid wasting CPU when the player is paused. This is deprecated.
|
||||||
|
|
||||||
``shutdown``
|
``shutdown``
|
||||||
Sent when the player quits, and the script should terminate. Normally
|
Sent when the player quits, and the script should terminate. Normally
|
||||||
|
|
Loading…
Reference in New Issue