Mercurial > mplayer.hg
annotate Gui/mplayer/mplayer.h @ 2429:8d00b25169af
handling free chunk (wide needs implementation) and displaying clip info (datas from udta chunk)
author | alex |
---|---|
date | Tue, 23 Oct 2001 16:21:24 +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 |