annotate cfg-mplayer.h @ 1112:b1cf1087ec33

Added support for writing wave files and specifying filename to write to.
author atmosfear
date Tue, 12 Jun 2001 14:24:26 +0000
parents b36fb1ae4b53
children 0e95f30ffd4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
1 /*
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
2 * config for cfgparser
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
3 */
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
4
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
5 #ifdef HAVE_FBDEV
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
6 extern char *fb_dev_name;
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
7 extern char *fb_mode_cfgfile;
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
8 extern char *fb_mode_name;
448
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
9 extern char *monitor_hfreq_str;
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
10 extern char *monitor_vfreq_str;
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
11 extern char *monitor_dotclock_str;
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
12 #endif
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
13 #ifdef HAVE_PNG
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
14 extern int z_compression;
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
15 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
16 #ifdef HAVE_SDL
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
17 extern char *sdl_driver;
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
18 extern int sdl_noxv;
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
19 extern int sdl_forcexv;
982
20e57b98de98 Added -sdla switch for sdl audio driver selection.
atmosfear
parents: 978
diff changeset
20 extern char *sdl_adriver;
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
21 #endif
732
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
22 #ifdef USE_FAKE_MONO
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
23 extern int fakemono; // defined in dec_audio.c
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
24 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
25
585
96621b6b7f9f added: extern int vo_dbpp
arpi_esp
parents: 570
diff changeset
26 extern int vo_dbpp;
641
d161307f447a The -osdlevel switch for setting default OSD level (useful in your .config for example if you don't like watching OSD timer by default)
lgb
parents: 636
diff changeset
27 extern int osd_level;
725
3e5dbbc42864 Added -unicode switch to deal with unicode subs.
atmosfear
parents: 723
diff changeset
28 extern int sub_unicode;
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
29
1112
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
30 extern char *ao_outputfilename;
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
31 extern int ao_pcm_waveheader;
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
32
922
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
33 #ifdef HAVE_X11
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
34 extern char *mDisplayName;
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
35 #endif
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
36
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
37 struct config conf[]={
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
38 /* name, pointer, type, flags, min, max */
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
39 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
40 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
41 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
42 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
956
a6cecd9a1bad '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)
lgb
parents: 955
diff changeset
43 {"ao", &audio_driver, CONF_TYPE_STRING, 0, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
44 {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
460
2056ddd20c50 add mixer support
pontscho
parents: 458
diff changeset
45 {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0},
1038
b36fb1ae4b53 applied solaris8/netbsd/other fixes patch by J¸«ärgen Keil <jk@tools.de>
arpi_esp
parents: 1018
diff changeset
46 {"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1},
922
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
47 #ifdef HAVE_X11
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
48 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0},
db06ae8967eb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents: 799
diff changeset
49 #endif
641
d161307f447a The -osdlevel switch for setting default OSD level (useful in your .config for example if you don't like watching OSD timer by default)
lgb
parents: 636
diff changeset
50 {"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 2 },
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
51 #ifdef HAVE_LIBCSS
1018
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
52 {"dvdauth", &dvd_auth_device, CONF_TYPE_STRING, 0, 0, 0},
546
22ed5f5821e2 command line requested DVD key support for Arpi :)
lgb
parents: 526
diff changeset
53 {"dvdkey", &dvdimportkey, CONF_TYPE_STRING, 0, 0, 0},
1018
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
54 {"dvd", "Option -dvd will be \"full disk\" mode, old meaning has been renamed to -dvdauth.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
55 #else
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
56 {"dvd", "DVD support was not compiled in. See file DOCS/DVD.\n",
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
57 CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
1018
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
58 {"dvdkey", "DVD support was not compiled in. See file DOCS/DVD.\n",
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
59 CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
60 {"dvdauth", "DVD support was not compiled in. See file DOCS/DVD.\n",
e5fc7ec51fa3 -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents: 1016
diff changeset
61 CONF_TYPE_PRINT, CONF_NOCFG, 0 , 0},
492
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
62 #endif
888a85621f50 preliminary DVD support using libcss
lgb
parents: 460
diff changeset
63
225
62ec84961b27 vo_fbdev added
szabii
parents: 215
diff changeset
64 #ifdef HAVE_FBDEV
448
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
65 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
66 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
67 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
68 {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
69 {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0},
198b46b739d8 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents: 445
diff changeset
70 {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0},
225
62ec84961b27 vo_fbdev added
szabii
parents: 215
diff changeset
71 #endif
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
72 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
73 {"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
74 {"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
75 {"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
515
d82c71fefdda add noautosub option
pontscho
parents: 492
diff changeset
76 {"noautosub", &sub_auto, CONF_TYPE_FLAG, 0, 1, 0},
725
3e5dbbc42864 Added -unicode switch to deal with unicode subs.
atmosfear
parents: 723
diff changeset
77 {"unicode", &sub_unicode, CONF_TYPE_FLAG, 0, 0, 1},
3e5dbbc42864 Added -unicode switch to deal with unicode subs.
atmosfear
parents: 723
diff changeset
78 {"nounicode", &sub_unicode, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
79 {"font", &font_name, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
80 {"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
81 {"bg", &play_in_bg, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
82 {"nobg", &play_in_bg, CONF_TYPE_FLAG, 0, 1, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
83 {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},
937
a8a34da9c17f when using -ss:
laaz
parents: 922
diff changeset
84 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
85 {"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
86 {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0},
955
3a3304cd9fd5 libao support
arpi_esp
parents: 937
diff changeset
87 {"abs", &ao_buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
88 {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
89 {"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
90 {"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0},
1016
456472f16026 -alsa/-noalsa disabled
arpi_esp
parents: 982
diff changeset
91 // {"alsa", &alsa, CONF_TYPE_FLAG, 0, 0, 1},
456472f16026 -alsa/-noalsa disabled
arpi_esp
parents: 982
diff changeset
92 // {"noalsa", &alsa, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
93 {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
94 {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0},
552
c2a449f90087 dvd sub support reading
arpi_esp
parents: 549
diff changeset
95
798
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
96 {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1},
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
97 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2},
799
a2f935269c15 ehh space removed :o
arpi_esp
parents: 798
diff changeset
98 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0},
798
cfb984ecb5fd frame dropping...
arpi_esp
parents: 777
diff changeset
99
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
100 {"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
101 {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},
552
c2a449f90087 dvd sub support reading
arpi_esp
parents: 549
diff changeset
102 {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 32},
732
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
103 #ifdef USE_FAKE_MONO
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
104 {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2},
e14114170e01 applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents: 725
diff changeset
105 #endif
549
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
106
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
107 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0},
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
108 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
109 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},
1112
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
110
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
111 {"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0},
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
112 {"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1},
b1cf1087ec33 Added support for writing wave files and specifying filename to write to.
atmosfear
parents: 1038
diff changeset
113 {"nowaveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 1, 0},
549
c97496b240c1 new options: -dumpaudio and -dumpvideo
arpi_esp
parents: 546
diff changeset
114
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
115 // {"auds", &avi_header.audio_codec, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
116 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
117 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
118 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
978
219e0a7feeaa upller limit increased, sblive works up to 192khz
arpi_esp
parents: 969
diff changeset
119 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000+1},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
120 {"afm", &audio_format, CONF_TYPE_INT, CONF_RANGE, 1, 6},
626
550ea1eba1a1 -nodshow/-dshow added, -afm is working again
arpi_esp
parents: 585
diff changeset
121 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1},
550ea1eba1a1 -nodshow/-dshow added, -afm is working again
arpi_esp
parents: 585
diff changeset
122 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
123 {"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
124 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
125 CONF_TYPE_PRINT, 0, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
126 {"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
127 {"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000},
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
128 #ifdef HAVE_PNG
552
c2a449f90087 dvd sub support reading
arpi_esp
parents: 549
diff changeset
129 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 10},
526
e537bdec1ecc added png out support (-z switch)
atmosfear
parents: 515
diff changeset
130 #endif
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
131 #ifdef HAVE_SDL
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
132 {"sdl", &sdl_driver, CONF_TYPE_STRING, 0, 0, 0},
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
133 {"noxv", &sdl_noxv, CONF_TYPE_FLAG, 0, 0, 1},
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
134 {"forcexv", &sdl_forcexv, CONF_TYPE_FLAG, 0, 0, 1},
982
20e57b98de98 Added -sdla switch for sdl audio driver selection.
atmosfear
parents: 978
diff changeset
135 {"sdla", &sdl_adriver, CONF_TYPE_STRING, 0, 0, 0},
636
10c88fb49133 New switches for sdl added.
atmosfear
parents: 626
diff changeset
136 #endif
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
137 {"x", &screen_size_x, CONF_TYPE_INT, CONF_RANGE, 1, 4096},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
138 {"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 1, 4096},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
139 {"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 1, 4096},
207
8626c23f4a47 Addes a -vm option, which when used together with -fs and -vo x11 will
mgraffam
parents: 162
diff changeset
140 {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1},
337
3ca0b1b739a5 changed fs+vm+zoom flags for libvo
arpi_esp
parents: 303
diff changeset
141 {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
142 {"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
143 {"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
769
e1c2c60fa881 Don't haste.
atmosfear
parents: 768
diff changeset
144 {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1},
e1c2c60fa881 Don't haste.
atmosfear
parents: 768
diff changeset
145 {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0},
777
db7e402735cb -flip/-noflip changed
arpi_esp
parents: 769
diff changeset
146 {"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1},
db7e402735cb -flip/-noflip changed
arpi_esp
parents: 769
diff changeset
147 {"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
148
388
ccb5ebfaaeac -bpp changes
arpi_esp
parents: 385
diff changeset
149 {"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
150
570
839b2255c43b -forceidx added
arpi_esp
parents: 565
diff changeset
151 {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
565
6e747808386e changed behavior or -idx/-noidx
arpi_esp
parents: 552
diff changeset
152 {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
570
839b2255c43b -forceidx added
arpi_esp
parents: 565
diff changeset
153 {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2},
565
6e747808386e changed behavior or -idx/-noidx
arpi_esp
parents: 552
diff changeset
154
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
155 {"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
156 {"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
737
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
157 {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
158 {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
e8d5e6d4d85f '--help' bug fixed
pontscho
parents: 732
diff changeset
159 {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
458
49b0474b2e26 I really hope that you will learn how to use cvs, sooner or later...
arpi_esp
parents: 457
diff changeset
160 {NULL, NULL, 0, 0, 0, 0}
147
0a0d7dd8fb51 new command line/config file parser
szabii
parents:
diff changeset
161 };
378
6e813c134226 variables related to fbdev moved to cfg-mplayer.h
szabii
parents: 363
diff changeset
162