comparison cfg-common.h @ 5572:8cd761968f35

BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> - tvi interface changes, grab_audio/video now returns timestamp! - tv demuxer gets 'ds' hint too - some verbose skip/dup counters to mencoder - tvi_bsdbt848.c updates - aviwrite/mencoder size types int->off_t
author arpi
date Fri, 12 Apr 2002 10:40:38 +0000
parents d0d029fda134
children b7b40e65c070
comparison
equal deleted inserted replaced
5571:124bfc43c044 5572:8cd761968f35
105 #include "libmpdemux/tv.h" 105 #include "libmpdemux/tv.h"
106 106
107 #ifdef USE_TV 107 #ifdef USE_TV
108 struct config tvopts_conf[]={ 108 struct config tvopts_conf[]={
109 {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 109 {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL},
110 #ifdef HAVE_TV_BSDBT848
111 {"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL},
112 #endif
110 {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 113 {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
114 {"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, NULL},
111 {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL}, 115 {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},
112 {"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, 116 {"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
113 {"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0, NULL}, 117 {"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0, NULL},
114 {"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0, NULL}, 118 {"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0, NULL},
115 {"chanlist", &tv_param_chanlist, CONF_TYPE_STRING, 0, 0, 0, NULL}, 119 {"chanlist", &tv_param_chanlist, CONF_TYPE_STRING, 0, 0, 0, NULL},