Skip to content

Commit

Permalink
avformat/rtpdec: Remove stray debug av_log()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Mar 26, 2016
1 parent 495f08e commit c06bdc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/rtpdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ static int enqueue_packet(RTPDemuxContext *s, uint8_t *buf, int len)
packet->next = *cur;
*cur = packet;
s->queue_len++;
av_log(0, AV_LOG_ERROR, "queue: %d\n", s->queue_len);

return 0;
}
Expand Down

0 comments on commit c06bdc6

Please sign in to comment.