diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-11-14 22:22:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-11-14 22:22:53 +0000 |
commit | a26353e211c67cf29c1a3817c0e78e61d9ad61cc (patch) | |
tree | 8e11b5a076e302872dc12491bc85a3b8480073a8 /libavformat/nutdec.c | |
parent | ee50a7c1e5baeffe478b6b8f241e589aa5bf31ef (diff) | |
download | ffmpeg-a26353e211c67cf29c1a3817c0e78e61d9ad61cc.tar.gz |
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.c | 1 |
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; |