Files
mpv/sub
nanahi b7ad0968ad dec_sub: don't use recursive mutex
92a9f11a0b added locking for dec_sub.
At that time, because the lock was exposed to the outside world,
a recursive mutex was used. However, this is no longer true after
e9e883e3b2, when the public locking
functions were removed. This means that the lock is now private.

Unlike input.c, dec_sub already enforces said call hierarchy, so
combined with the aforementioned change, the lock is only ever
called once and never recursively. Thus the lock can be converted to
a normal mutex.
2024-04-17 23:42:35 +02:00
..
2024-04-17 23:42:35 +02:00
2024-01-26 18:17:02 +02:00
2024-03-21 03:20:14 +01:00
2023-11-05 17:36:17 +00:00
2024-03-21 03:20:14 +01:00