Skip to content
Snippets Groups Projects
Commit a26353e2 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

remove skip spam

Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ee50a7c1
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){ ...@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){
static int skip_reserved(ByteIOContext *bc, int64_t pos){ static int skip_reserved(ByteIOContext *bc, int64_t pos){
pos -= url_ftell(bc); pos -= url_ftell(bc);
av_log(NULL, AV_LOG_ERROR, "skip %d\n", (int)pos);
if(pos<0){ if(pos<0){
url_fseek(bc, pos, SEEK_CUR); url_fseek(bc, pos, SEEK_CUR);
return -1; return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment