Mercurial > mplayer.hg
annotate mplayer.h @ 6627:fd3ac41ee1a1
add equalizer support and fix some small bug...
author | pontscho |
---|---|
date | Wed, 03 Jul 2002 18:57:52 +0000 |
parents | f554e7271587 |
children | 9c828335b2d0 |
rev | line source |
---|---|
724 | 1 |
2 #ifndef __MPLAYER_MAIN | |
3 #define __MPLAYER_MAIN | |
4 | |
4798 | 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 | 7 extern int fullscreen; |
6280 | 8 extern int vcd_track; |
724 | 9 |
6619
f554e7271587
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
pontscho
parents:
6335
diff
changeset
|
10 extern int osd_level; |
f554e7271587
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
pontscho
parents:
6335
diff
changeset
|
11 extern int osd_visible; |
f554e7271587
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
pontscho
parents:
6335
diff
changeset
|
12 |
6627 | 13 extern char * sub_name; |
14 extern char * filename; | |
15 | |
5919 | 16 extern void exit_player(char* how); |
17 | |
6335
e9bd97d5c5cc
warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
arpi
parents:
6280
diff
changeset
|
18 #endif |