From b4314bff6b71ea0693b52ff78454770d5f17f91b Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 16 Feb 2009 16:27:08 +0000 Subject: 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 --- libavformat/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mm.c') diff --git a/libavformat/mm.c b/libavformat/mm.c index b72c259e14..6c621ab493 100644 --- a/libavformat/mm.c +++ b/libavformat/mm.c @@ -168,7 +168,7 @@ static int mm_read_packet(AVFormatContext *s, return 0; 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); } } -- cgit v1.2.3