remove stray debug printf

This commit is contained in:
Andreas Öman 2007-09-17 10:53:07 +00:00
parent 412cce5ea6
commit cb51ed4933

2
rtp.c
View file

@ -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);