mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: allow using ASS tags on OSD messages
We don't allow this by default, because it would be silly if random external data (like filenames or file tags) could accidentally trigger them. Add a property that magically disables this ASS tag escaping. Note that malicious input could still disable ASS tag escaping by itself. This would be annoying but harmless.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#include "talloc.h"
|
||||
#include "osd.h"
|
||||
|
||||
const char *osd_ass_0 = "";
|
||||
const char *osd_ass_1 = "";
|
||||
|
||||
void osd_init_backend(struct osd_state *osd)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user