ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Sat Mar 26 10:50:43 2016 +0100| [c06bdc60c90d6cc978c783e6d937eeb77a6801f0] | committer: Michael Niedermayer
avformat/rtpdec: Remove stray debug av_log() Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c06bdc60c90d6cc978c783e6d937eeb77a6801f0 --- libavformat/rtpdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index a83acd1..0372605 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -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; } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog