Commit b4314bff authored by Benoit Fouet's avatar Benoit Fouet

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
parent 3b0fc605
......@@ -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);
}
}
......
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