]> git.sesse.net Git - ffmpeg/commit
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 12 Mar 2007 14:17:26 +0000 (14:17 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 12 Mar 2007 14:17:26 +0000 (14:17 +0000)
commit750f0e1f8b6c04ca4562a64fd1049f322ba05aa8
tree7aa6d486cf256887b2590a004bfde0179749a9d8
parent318c5e052415aada4036c382cb0ef243113f667a
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
which use av_log() for logging instead of fprintf().

Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
ffserver.c
libavformat/avformat.h
libavformat/mpegts.c
libavformat/utils.c