[Ffmpeg-cvslog] r7074 - trunk/libavformat/nutdec.c
michael
subversion
Tue Nov 14 23:22:54 CET 2006
Author: michael
Date: Tue Nov 14 23:22:53 2006
New Revision: 7074
Modified:
trunk/libavformat/nutdec.c
Log:
remove skip spam
Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c (original)
+++ trunk/libavformat/nutdec.c Tue Nov 14 23:22:53 2006
@@ -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;
More information about the ffmpeg-cvslog
mailing list