]> git.sesse.net Git - vlc/commit
Added DVB scan capability.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 25 Aug 2008 10:54:43 +0000 (12:54 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 25 Aug 2008 20:32:45 +0000 (22:32 +0200)
commit7e34273a7c29a4b5534179f01beaf25fc616eb48
tree2ef3bf9a55a88c2ecbc0920ff974139c1d9f5386
parent66715267e609e5bb422e712c3b259f2c84adb2e9
Added DVB scan capability.

Only DVB-T tuner is supported (but it would be easy to add DVB-S/C).
The files scan.c/h are strictly independant of the DVB access and could
be reused for the DBA access if wanted.
modules/access/dvb/Modules.am
modules/access/dvb/access.c
modules/access/dvb/dvb.h
modules/access/dvb/en50221.c
modules/access/dvb/http.c
modules/access/dvb/linux_dvb.c
modules/access/dvb/scan.c [new file with mode: 0644]
modules/access/dvb/scan.h [new file with mode: 0644]