mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Add a context to av_log() call and update the trace not to be redundant.
Originally committed as revision 17380 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3b0fc60592
commit
b4314bff6b
@ -168,7 +168,7 @@ static int mm_read_packet(AVFormatContext *s,
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
default :
|
default :
|
||||||
av_log(NULL, AV_LOG_INFO, "mm: unknown chunk type 0x%x\n", type);
|
av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type);
|
||||||
url_fseek(pb, length, SEEK_CUR);
|
url_fseek(pb, length, SEEK_CUR);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user