Mercurial > mplayer.hg
changeset 5089:d28504b410ad
tv -noaudio support by Charles Henrich
author | alex |
---|---|
date | Fri, 15 Mar 2002 16:10:06 +0000 |
parents | 942d497875b4 |
children | 140e64b969e2 |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Fri Mar 15 16:08:14 2002 +0000 +++ b/cfg-common.h Fri Mar 15 16:10:06 2002 +0000 @@ -98,6 +98,7 @@ #ifdef USE_TV struct config tvopts_conf[]={ {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL}, + {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0, NULL},