Mercurial > mplayer.hg
annotate Gui/mplayer/mplayer.h @ 2743:1438574ccdc3
dvb test, /dev/ost/video:
Check for character device (-c) instead of file existance (-e), the -e test
is not available on solaris' /bin/sh.
author | jkeil |
---|---|
date | Tue, 06 Nov 2001 16:56:27 +0000 |
parents | 9582af160d04 |
children | 1902b7ff9cdc |
rev | line source |
---|---|
1693 | 1 |
2 #ifndef __MYMPLAYERHANDLER | |
3 #define __MYMPLAYERHANDLER | |
4 | |
5 extern int mplSubRender; | |
6 extern int mplMainRender; | |
7 extern int mplGeneralTimer; | |
8 | |
9 extern unsigned char * mplDrawBuffer; | |
10 extern unsigned char * mplMenuDrawBuffer; | |
11 extern int mainVisible; | |
12 | |
13 extern int mplMainAutoPlay; | |
14 | |
1723
5e4214a7540e
GUI stuff. now seeking works, and xmga renders to video window
arpi
parents:
1693
diff
changeset
|
15 extern void mplInit( int argc,char* argv[], char *envp[], void* disp ); |
1693 | 16 extern void mplMsgHandle( int msg,float param ); |
17 | |
18 #endif |