mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/rtpdec: Remove stray debug av_log()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
495f08edb4
commit
c06bdc60c9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue