[MPlayer-dev-eng] [PATCH] TV auto scan and channel list in file

Vladimir Voroshilov voroshil at gmail.com
Thu Aug 23 08:52:51 CEST 2007


2007/8/23, Bernd Ernesti <mplayer-dev-eng at lists.veego.de>:
> On Thu, Aug 23, 2007 at 04:44:30AM +0700, Vladimir Voroshilov wrote:
> > 2007/8/23, Bernd Ernesti <mplayer-dev-eng at lists.veego.de>:
> [..]
>
> > > This was just a compile test to see it this patch breaks anything on *BSD and
> > > was now a new warning:
> > >
> > > command.c:2292: warning: implicit declaration of function 'tv_start_scan'
> > >
> >
> > Fixed in attached patch.
> >
> > > Other then that it didn't break and doesn't add this feature to the bsd848 code.
> >
> > It works, but doesnt detect any channels, isnt it?
>
> How should it if the bt848 code is missing?

The main part of scanning code is driver-independent.
Missing TVI_CONTROL_TUN_GET_SIGNAL  ioctl for bsbt848 is treated as
"no signal" case.

> I only did a compile test, nothing more. No runtime test.
>
> > Somebody must implement TVI_CONTROL_TUN_GET_SIGNAL for bsdbt848 (or
> > provide sample code showing how to do this).
>
> That and maybe some other parts too which are allready missing.
> Comparing the cases in bt848 with the v4l2 code.

For autoscan feature implementing above ioctl will be enough.
Comparing v4l/bt848 for another missing features will take some time.

I has neither installed *BSD (this is not a problem, though) nor BT848 device.
I can write code for it using *BSD src/headers only without any testing.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-dev-eng mailing list