New MSGT for more printf to mp_msg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5937 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-05-02 10:52:30 +00:00
parent d611fcc378
commit 450e68b70f
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ extern int verbose; // defined in mplayer.c
#define MSGT_NETWORK 31
#define MSGT_CPUDETECT 32
#define MSGT_CODECCFG 33
#define MSGT_SWS 34
#define MSGT_MAX 64
void mp_msg_init();