avformat/rtpdec: Remove stray debug av_log()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-03-26 10:50:43 +01:00
parent 495f08edb4
commit c06bdc60c9
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}