[FFmpeg-cvslog] r17376 - trunk/libavformat/raw.c
benoit
subversion
Mon Feb 16 17:09:58 CET 2009
Author: benoit
Date: Mon Feb 16 17:09:58 2009
New Revision: 17376
Log:
Add a context to av_log() call.
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c Mon Feb 16 17:09:34 2009 (r17375)
+++ trunk/libavformat/raw.c Mon Feb 16 17:09:58 2009 (r17376)
@@ -229,7 +229,7 @@ static int ingenient_read_packet(AVForma
unk2 = get_le16(s->pb);
url_fskip(s->pb, 22); // ASCII timestamp
- av_log(NULL, AV_LOG_DEBUG, "Ingenient packet: size=%d, width=%d, height=%d, unk1=%d unk2=%d\n",
+ av_log(s, AV_LOG_DEBUG, "Ingenient packet: size=%d, width=%d, height=%d, unk1=%d unk2=%d\n",
size, w, h, unk1, unk2);
if (av_new_packet(pkt, size) < 0)
More information about the ffmpeg-cvslog
mailing list