1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 23:21:54 +00:00

MSGT_PLAYTREE added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4045 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-01-08 01:52:11 +00:00
parent 10d82182e0
commit fb72ec2eba

View File

@ -59,6 +59,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_SPUDEC 26 // spudec.c
#define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c)
#define MSGT_MAX 64
void mp_msg_init(int verbose);