drop a stray debug printf

This commit is contained in:
Andreas Öman 2007-11-28 09:51:59 +00:00
parent 75e157f24f
commit 2deaad18f7

View file

@ -84,7 +84,6 @@ iptv_subscription_callback(struct th_subscription *s,
assert(om->om_muxer == NULL);
om->om_muxer = ts_muxer_init(s, iptv_output_ts, om, 0);
om->om_muxer->tm_drop_rate = om->om_intra_drop_rate;
printf("intrarate = %d\n", om->om_muxer->tm_drop_rate);
ts_muxer_play(om->om_muxer, 0);
break;