From e40b5a0509ebee9406e4651c99f3c7f89bd89ac8 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 12 Apr 2002 10:40:38 +0000 Subject: BSD-BT848 TV update patch by Charles Henrich - 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index bbc08cfb81..d1670bf742 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -107,7 +107,11 @@ #ifdef USE_TV struct config tvopts_conf[]={ {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL}, +#ifdef HAVE_TV_BSDBT848 + {"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL}, +#endif {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL}, + {"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, 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}, -- cgit v1.2.3