1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 06:46:55 +00:00
mpv/libmpv
wm4 98356b81b4 client API: clarify statement about thread-safety
The only reason for mpv_wait_event() not being thread-safe is that it
returns a pointer to a mpv_event struct member in the mpv_handle
context, which in turn is done for ABI-safety (user doesn't allocate or
manage the struct), and to avoid the need additional memory management.

Some users were interpreting this incorrectly.
2014-10-28 20:30:11 +01:00
..
client.h client API: clarify statement about thread-safety 2014-10-28 20:30:11 +01:00
mpv.def libmpv/mpv.def: add mpv_command_node[_async] 2014-10-12 00:56:40 +11:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
qthelper.hpp client API: qthelper: remove commented code 2014-10-14 22:05:15 +02:00