mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
remove skip spam
Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user