diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-23 19:58:32 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-23 19:58:32 +0000 |
commit | 81d92265172a4cd57872cb2b3f5253350794b410 (patch) | |
tree | 59b7bbe89e3bf590fa83f0f09c8f1b4a4b3714f7 /cfg-mplayer.h | |
parent | 5840c85b88b5a27df2748ef49eb5d40db669cc3e (diff) | |
download | mpv-81d92265172a4cd57872cb2b3f5253350794b410.tar.bz2 mpv-81d92265172a4cd57872cb2b3f5253350794b410.tar.xz |
alsa/noalsa message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1212 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r-- | cfg-mplayer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 3133c8f9b4..d0601584e2 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -93,8 +93,14 @@ struct config conf[]={ {"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0}, {"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1}, {"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0}, + // {"alsa", &alsa, CONF_TYPE_FLAG, 0, 0, 1}, // {"noalsa", &alsa, CONF_TYPE_FLAG, 0, 1, 0}, + {"alsa", "Option -alsa has been removed, new audio code doesn't need it!\n", + CONF_TYPE_PRINT, 0, 0, 0}, + {"noalsa", "Option -noalsa has been removed, new audio code doesn't need it!\n", + CONF_TYPE_PRINT, 0, 0, 0}, + {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1}, {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0}, @@ -115,6 +121,7 @@ struct config conf[]={ {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0}, {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1}, {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2}, + {"dumpsub", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 3}, {"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0}, {"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1}, |