mirror of https://github.com/mpv-player/mpv
spudec added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3822 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
253eff648b
commit
0b3a3ea97e
2
mp_msg.h
2
mp_msg.h
|
@ -57,6 +57,8 @@ extern int verbose; // defined in mplayer.c
|
||||||
|
|
||||||
#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
|
#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
|
||||||
|
|
||||||
|
#define MSGT_SPUDEC 26 // spudec.c
|
||||||
|
|
||||||
#define MSGT_MAX 64
|
#define MSGT_MAX 64
|
||||||
|
|
||||||
void mp_msg_init(int verbose);
|
void mp_msg_init(int verbose);
|
||||||
|
|
Loading…
Reference in New Issue