OSDN Git Service

Print the address of the AVCodecContext in av_log().
authorAlexander Strange <astrange@ithinksw.com>
Tue, 15 Jul 2008 17:17:35 +0000 (17:17 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Tue, 15 Jul 2008 17:17:35 +0000 (17:17 +0000)
commitb1e12f99a2008f970480f2b5137a942b5192cfc3
treeb2b04740075708edabd38d8f9c9e126d435684cb
parent4342a7f30b139935008cc002b81c3fdd7be17f36
Print the address of the AVCodecContext in av_log().
This makes debug output much easier to read when the
same codec is open more than once.

Originally committed as revision 14237 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/log.c