diff --git a/transports.c b/transports.c index cd71ca06..cf9b89b0 100644 --- a/transports.c +++ b/transports.c @@ -233,7 +233,6 @@ transport_start(th_transport_t *t, unsigned int weight, int force_start) if(t->tht_start_feed(t, weight, TRANSPORT_RUNNING, force_start)) return -1; - t->tht_monitor_suspend = 10; t->tht_dts_start = AV_NOPTS_VALUE; t->tht_pcr_drift = 0; LIST_FOREACH(st, &t->tht_streams, st_link) { diff --git a/tvhead.h b/tvhead.h index 7f0350b6..99928b23 100644 --- a/tvhead.h +++ b/tvhead.h @@ -399,13 +399,9 @@ typedef struct th_transport { avgstat_t tht_cc_errors; avgstat_t tht_rate; - int tht_monitor_suspend; int tht_disabled; - int tht_cc_error_log_limiter; - int tht_rate_error_log_limiter; - int64_t tht_dts_start; LIST_ENTRY(th_transport) tht_mux_link; @@ -493,12 +489,6 @@ typedef struct th_transport { int tht_scrambled; int tht_caid; - /** - * Autoprobing support - */ - - struct sp *tht_sp; - /** * Channel mapping */