remove stray debug printf
This commit is contained in:
parent
412cce5ea6
commit
cb51ed4933
1 changed files with 0 additions and 2 deletions
2
rtp.c
2
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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue