]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove stray debug printf
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 17 Sep 2007 10:53:07 +0000 (10:53 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 17 Sep 2007 10:53:07 +0000 (10:53 +0000)
rtp.c

diff --git a/rtp.c b/rtp.c
index e02f1c359c5359643cf69b6e23335275378e91ff..658f0cf17185776d103f714f09feacea13003862 100644 (file)
--- 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);