1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
mpv/libmpv
wm4 a071d5fcfe input: add "async" flag
Obviously, this has no effect on commands which do not support this
explicitly. A later commit will enable this for screenshots.

Also add some wording on mpv_command_async(), which has nothing to do
with this. Having a more elegant, unified behavior would be nice. But
the API function was not created for this - it's merely for running
commands _synchronously_ on the core, but without blocking the client
API caller (if the API user consistently uses only async functions).
2017-04-01 20:36:39 +02:00
..
client.h input: add "async" flag 2017-04-01 20:36:39 +02:00
mpv.def client API: add stream_cb API for user-defined stream implementations 2016-08-07 19:33:20 +02:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
opengl_cb.h client API: update outdated recommendations about window embedding 2017-03-02 05:53:05 +01:00
qthelper.hpp qthelper: introduce new convenience functions 2016-09-26 16:49:35 +02:00
stream_cb.h client API: clarify what stream_cb callbacks can do 2017-03-17 04:54:39 +01:00