summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-11-14 22:22:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-11-14 22:22:53 +0000
commita26353e211c67cf29c1a3817c0e78e61d9ad61cc (patch)
tree8e11b5a076e302872dc12491bc85a3b8480073a8 /libavformat/nutdec.c
parentee50a7c1e5baeffe478b6b8f241e589aa5bf31ef (diff)
remove skip spam
Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 058e3894e1..73e2b09e93 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;