changeset 1507:654d32c6047b libavformat

remove skip spam
author michael
date Tue, 14 Nov 2006 22:22:53 +0000
parents 0b94c2e98625
children 105e0c574359
files nutdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nutdec.c	Tue Nov 14 21:31:19 2006 +0000
+++ b/nutdec.c	Tue Nov 14 22:22:53 2006 +0000
@@ -191,7 +191,6 @@
 
 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;