[MPlayer-users] [PATCH] TV Audio for SAA7134 and other V4L2 drivers
Jindrich Makovicka
makovick at kmlinux.fjfi.cvut.cz
Tue Jun 17 18:40:25 CEST 2003
Bernhard Rosenkraenzer wrote:
> --- mplayer/cfg-common.h.ark 2003-05-29 20:44:34.000000000 +0200
> +++ mplayer/cfg-common.h 2003-05-29 20:44:54.000000000 +0200
> @@ -277,7 +277,7 @@
> #ifdef USE_TV
> struct config tvopts_conf[]={
> {"on", "-tv on is deprecated, use tv:// instead\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
> -#ifdef HAVE_TV_BSDBT848
> +#if defined(HAVE_TV_BSDBT848) || defined(HAVE_TV_V4L)
> {"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL},
> #endif
> {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
Is this really necessary? Piping audio through mplayer when watching TV
doesn't work reliably, there are issues with a/v sync which would
require rewriting of large portion of tvi_v4l.
--
Jindrich Makovicka
More information about the MPlayer-users
mailing list