remove stray printf
This commit is contained in:
parent
fcc75413b7
commit
0ce7637407
1 changed files with 0 additions and 1 deletions
1
pvr.c
1
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue