Commit c06bdc60 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/rtpdec: Remove stray debug av_log()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 495f08ed
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment