Commit 00824182 authored by michael's avatar michael

remove skip spam


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7074 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c985fa8d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment