From: Andreas Ă–man Date: Mon, 17 Sep 2007 10:53:07 +0000 (+0000) Subject: remove stray debug printf X-Git-Tag: 2.12~1440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb51ed49331fbcad85aa5958d8215cf616be5010;p=thirdparty%2Ftvheadend.git remove stray debug printf --- diff --git a/rtp.c b/rtp.c index e02f1c359..658f0cf17 100644 --- a/rtp.c +++ b/rtp.c @@ -151,8 +151,6 @@ rtp_streamer(struct th_subscription *s, uint8_t *buf, th_pid_t *pi, if(buf == NULL) return; - if(pcr != AV_NOPTS_VALUE) - printf("RTP PCR = %lld\n", pcr); pkt = TAILQ_LAST(&trs->trs_pktq, th_rtp_pkt_queue);