Commit 06f474e2 authored by Rafaël Carré's avatar Rafaël Carré

DTV: fix CAM init

parent c49c859c
...@@ -2028,6 +2028,7 @@ cam_t *en50221_Init( vlc_object_t *obj, int fd ) ...@@ -2028,6 +2028,7 @@ cam_t *en50221_Init( vlc_object_t *obj, int fd )
p_cam->obj = obj; p_cam->obj = obj;
p_cam->fd = fd; p_cam->fd = fd;
p_cam->i_nb_slots = caps.slot_num;
if( caps.slot_type & CA_CI_LINK ) if( caps.slot_type & CA_CI_LINK )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment