]> git.sesse.net Git - vlc/blobdiff - modules/access/dvb/dvb.h
* modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
[vlc] / modules / access / dvb / dvb.h
index 89755f8360b41718c08d6b77e01cca0c2211a91a..4ad870bc7332626dff21486d46677a6317c913f6 100644 (file)
@@ -72,7 +72,7 @@ struct access_sys_t
     vlc_bool_t pb_active_slot[MAX_CI_SLOTS];
     vlc_bool_t pb_tc_has_data[MAX_CI_SLOTS];
     en50221_session_t p_sessions[MAX_SESSIONS];
-    mtime_t i_ca_timeout, i_ca_next_event;
+    mtime_t i_ca_timeout, i_ca_next_event, i_frontend_timeout;
     dvbpsi_pmt_t *pp_selected_programs[MAX_PROGRAMS];
 };