Remove unused fields from transport_t

This commit is contained in:
Andreas Öman 2008-09-05 16:34:29 +00:00
parent 50f4709051
commit 82fe06a2a8
2 changed files with 0 additions and 11 deletions

View file

@ -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) {

View file

@ -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
*/