From cb51ed49331fbcad85aa5958d8215cf616be5010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 17 Sep 2007 10:53:07 +0000 Subject: [PATCH] remove stray debug printf --- rtp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtp.c b/rtp.c index e02f1c35..658f0cf1 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);