Mercurial > mplayer.hg
comparison cfg-mplayer.h @ 956:a6cecd9a1bad
'-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)
author | lgb |
---|---|
date | Sun, 03 Jun 2001 00:24:49 +0000 |
parents | 3a3304cd9fd5 |
children | a2a296d46bff |
comparison
equal
deleted
inserted
replaced
955:3a3304cd9fd5 | 956:a6cecd9a1bad |
---|---|
34 /* name, pointer, type, flags, min, max */ | 34 /* name, pointer, type, flags, min, max */ |
35 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */ | 35 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */ |
36 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n", | 36 {"o", "Option -o has been renamed to -vo (video-out), use -vo !\n", |
37 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, | 37 CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, |
38 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0}, | 38 {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0}, |
39 {"ao", &audio_driver, CONF_TYPE_STRING, 0, 0, 0}, | |
39 {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0}, | 40 {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0}, |
40 {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0}, | 41 {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0}, |
41 #ifdef HAVE_X11 | 42 #ifdef HAVE_X11 |
42 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0}, | 43 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0}, |
43 #endif | 44 #endif |