[vlc-devel] vlc: svn commit r13469 (sigmunau)

Subversion daemon svn at videolan.org
Wed Nov 30 11:04:45 CET 2005


r13469 | sigmunau | 2005-11-30 11:04:44 +0100 (Wed, 30 Nov 2005) | 20 lines
Changed paths:
   M /trunk/modules/access/dvb/dvb.h
   M /trunk/modules/access/dvb/en50221.c
   M /trunk/modules/access/dvb/linux_dvb.c

Support for CAM modules on dvb-s cards using the high-level CI api from 
linux-dvb. This currently mean Twinhan cards and clones.

There are three compile time switches currently available to people who 
want to test this:

RESET_CAM_SLOTS can be defined to 0 to disable the CA_RESET call at 
startup. This greatly improves startup time for my cam at least. 

HLCI_WAIT_CAM_READY can be defined to 1 to enable a loop that waits 
untill the cam module is ready. This may take a long time (at least if 
RESET_CAM_SLOTS is set), and does not happen at all under some error 
conditions.

CAM_PROG_MAX is a limit on the number of programs the code will send 
CAPMT messages for. This can be used to work around buggy cam/card 
combos that have issues when too many capmts are added.

Hopefully this doesn't break the low level CAM support

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list