remove stray printf

This commit is contained in:
Andreas Öman 2008-02-10 13:35:01 +00:00
parent fcc75413b7
commit 0ce7637407

1
pvr.c
View file

@ -591,7 +591,6 @@ pvrr_packet_input(th_muxer_t *tm, th_stream_t *st, th_pkt_t *pkt)
if(pkt->pkt_dts < 0 || pkt->pkt_pts < 0) {
pkt_deref(pkt);
printf("trashing negative dts/pts\n");
return;
}