From 0ce7637407334ff8e650b2f35b42c0a297d0e161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 10 Feb 2008 13:35:01 +0000 Subject: [PATCH] remove stray printf --- pvr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pvr.c b/pvr.c index 26cebc92..65a6e415 100644 --- a/pvr.c +++ b/pvr.c @@ -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; }