[vlc-commits] DTV: fix CAM init
Rafaël Carré
git at videolan.org
Tue Aug 19 12:08:27 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Aug 19 12:08:05 2014 +0200| [06f474e2a4b747576e3a09cdeb5ee51bccce9659] | committer: Rafaël Carré
DTV: fix CAM init
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06f474e2a4b747576e3a09cdeb5ee51bccce9659
---
modules/access/dtv/en50221.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/access/dtv/en50221.c b/modules/access/dtv/en50221.c
index 82ed742..4294363 100644
--- a/modules/access/dtv/en50221.c
+++ b/modules/access/dtv/en50221.c
@@ -2028,6 +2028,7 @@ cam_t *en50221_Init( vlc_object_t *obj, int fd )
p_cam->obj = obj;
p_cam->fd = fd;
+ p_cam->i_nb_slots = caps.slot_num;
if( caps.slot_type & CA_CI_LINK )
{
More information about the vlc-commits
mailing list