[FFmpeg-cvslog] avformat/rtpdec: Remove stray debug av_log()
Michael Niedermayer
git at videolan.org
Sat Mar 26 11:04:03 CET 2016
ffmpeg | branch: master | Michael Niedermayer <michael at 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 <michael at 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;
}
More information about the ffmpeg-cvslog
mailing list