From 2deaad18f76f6ebed99e3e60dbbb3590a0574993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 28 Nov 2007 09:51:59 +0000 Subject: [PATCH] drop a stray debug printf --- iptv_output.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iptv_output.c b/iptv_output.c index f9129709..7a835893 100644 --- a/iptv_output.c +++ b/iptv_output.c @@ -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;