annotate mplayer.h @ 6096:f38c7228a094

fixing end overwrite bugs (some at least) this needs testing, untested parts should be reversed before release i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...)
author michael
date Wed, 15 May 2002 02:27:41 +0000
parents 60cf2bca993f
children cf2c2b92d1a7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
724
pontscho
parents:
diff changeset
1
pontscho
parents:
diff changeset
2 #ifndef __MPLAYER_MAIN
pontscho
parents:
diff changeset
3 #define __MPLAYER_MAIN
pontscho
parents:
diff changeset
4
4798
c39affa2b376 new interface ? :)
pontscho
parents: 1006
diff changeset
5 extern int use_gui;
4818
3473ca9ef158 new gui interface, and gtk moved into mplayer process. fork ... bleh :)
pontscho
parents: 4798
diff changeset
6 extern char* current_module;
4981
bfc652fc7f43 rewrite fullscreen support in some libvo driver
pontscho
parents: 4818
diff changeset
7 extern int fullscreen;
724
pontscho
parents:
diff changeset
8
5919
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
9 extern void exit_player(char* how);
60cf2bca993f some bug fix
pontscho
parents: 4981
diff changeset
10
724
pontscho
parents:
diff changeset
11 #endif