From a26353e211c67cf29c1a3817c0e78e61d9ad61cc Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Tue, 14 Nov 2006 22:22:53 +0000
Subject: [PATCH] remove skip spam

Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/nutdec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 058e3894e1b..73e2b09e932 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){
 
 static int skip_reserved(ByteIOContext *bc, int64_t pos){
     pos -= url_ftell(bc);
-av_log(NULL, AV_LOG_ERROR, "skip %d\n", (int)pos);
     if(pos<0){
         url_fseek(bc, pos, SEEK_CUR);
         return -1;
-- 
GitLab