annotate Gui/cfg.h @ 21428:47cc96df63d0

cosmetics: Rename functions and variable names from vop to vf.
author diego
date Sat, 02 Dec 2006 17:24:17 +0000
parents 18ba5bc68f40
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6770
pontscho
parents:
diff changeset
1
pontscho
parents:
diff changeset
2 #ifndef __CFG_H
pontscho
parents:
diff changeset
3 #define __CFG_H
pontscho
parents:
diff changeset
4
pontscho
parents:
diff changeset
5 extern int gtkEnableAudioEqualizer;
pontscho
parents:
diff changeset
6
21428
47cc96df63d0 cosmetics: Rename functions and variable names from vop to vf.
diego
parents: 20723
diff changeset
7 extern int gtkVfPP;
47cc96df63d0 cosmetics: Rename functions and variable names from vop to vf.
diego
parents: 20723
diff changeset
8 extern int gtkVfLAVC;
7009
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6912
diff changeset
9
6770
pontscho
parents:
diff changeset
10 extern int gtkAONorm;
pontscho
parents:
diff changeset
11 extern int gtkAOFakeSurround;
pontscho
parents:
diff changeset
12 extern int gtkAOExtraStereo;
pontscho
parents:
diff changeset
13 extern float gtkAOExtraStereoMul;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
14 #ifdef USE_OSS_AUDIO
6770
pontscho
parents:
diff changeset
15 extern char * gtkAOOSSMixer;
12918
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
16 extern char * gtkAOOSSMixerChannel;
6770
pontscho
parents:
diff changeset
17 extern char * gtkAOOSSDevice;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
18 #endif
12918
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
19 #if defined(HAVE_ALSA9) || defined (HAVE_ALSA1X)
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
20 extern char * gtkAOALSAMixer;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
21 extern char * gtkAOALSAMixerChannel;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
22 extern char * gtkAOALSADevice;
eb0d3c1b6c6d unified audio options dialog, fixes also bug #40
reimar
parents: 9625
diff changeset
23 #endif
8714
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
24 #ifdef HAVE_SDL
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
25 extern char * gtkAOSDLDriver;
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8600
diff changeset
26 #endif
14686
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
27 #ifdef USE_ESD
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
28 extern char * gtkAOESDDevice;
e2b2ab284a9a ESD configuration dialog and software volume control option for Gui
reimar
parents: 12918
diff changeset
29 #endif
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
30 #ifdef HAVE_DXR3
7706
90044efe01ee - better dxr3 support
pontscho
parents: 7538
diff changeset
31 extern char * gtkDXR3Device;
8600
54eac4cf587c Lots of functions and variables specific to OSS audio are used without
arpi
parents: 8311
diff changeset
32 #endif
6770
pontscho
parents:
diff changeset
33
8284
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
34 extern int gtkCacheOn;
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
35 extern int gtkCacheSize;
f7d0ac887455 cache (buzeralas)
pontscho
parents: 8043
diff changeset
36
8311
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
37 extern int gtkAutoSyncOn;
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
38 extern int gtkAutoSync;
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8284
diff changeset
39
6770
pontscho
parents:
diff changeset
40 extern int gtkSubDumpMPSub;
pontscho
parents:
diff changeset
41 extern int gtkSubDumpSrt;
pontscho
parents:
diff changeset
42
pontscho
parents:
diff changeset
43 extern char * gtkEquChannel1;
pontscho
parents:
diff changeset
44 extern char * gtkEquChannel2;
pontscho
parents:
diff changeset
45 extern char * gtkEquChannel3;
pontscho
parents:
diff changeset
46 extern char * gtkEquChannel4;
pontscho
parents:
diff changeset
47 extern char * gtkEquChannel5;
pontscho
parents:
diff changeset
48 extern char * gtkEquChannel6;
7538
c7b61f316edf - add "start in fullscreen" function
pontscho
parents: 7019
diff changeset
49 extern int gtkLoadFullscreen;
9202
c2f31ca14a92 - rewrite Jan Spitalnik's patch
pontscho
parents: 8973
diff changeset
50 extern int gtkShowVideoWindow;
8973
0a665389cf2b - add playbar
pontscho
parents: 8920
diff changeset
51 extern int gtkEnablePlayBar;
6770
pontscho
parents:
diff changeset
52
9625
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
53 extern int gui_save_pos;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
54 extern int gui_main_pos_x;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
55 extern int gui_main_pos_y;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
56 extern int gui_sub_pos_x;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
57 extern int gui_sub_pos_y;
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9202
diff changeset
58
20424
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
59 #ifdef USE_ASS
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
60 typedef struct {
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
61 int enabled;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
62 int use_margins;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
63 int top_margin;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
64 int bottom_margin;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
65 } gtkASS_t;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
66 extern gtkASS_t gtkASS;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
67 extern int ass_enabled;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
68 extern int ass_use_margins;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
69 extern int ass_top_margin;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
70 extern int ass_bottom_margin;
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
71 #endif
945fa0eb37c0 Add ASS subtitle rendering options to gui.
eugeni
parents: 14686
diff changeset
72
6770
pontscho
parents:
diff changeset
73 extern int cfg_read( void );
pontscho
parents:
diff changeset
74 extern int cfg_write( void );
pontscho
parents:
diff changeset
75
pontscho
parents:
diff changeset
76 #endif