From b9450753ea3df150c8046fe1844e31e5c26117e8 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 16 Feb 2009 14:45:05 +0000 Subject: Add a context to av_log() call. Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/sierravmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sierravmd.c') diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index 068694f704..52f05826d5 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -254,7 +254,7 @@ static int vmd_read_packet(AVFormatContext *s, } pkt->stream_index = frame->stream_index; pkt->pts = frame->pts; - av_log(NULL, AV_LOG_DEBUG, " dispatching %s frame with %d bytes and pts %"PRId64"\n", + av_log(s, AV_LOG_DEBUG, " dispatching %s frame with %d bytes and pts %"PRId64"\n", (frame->frame_record[0] == 0x02) ? "video" : "audio", frame->frame_size + BYTES_PER_FRAME_RECORD, pkt->pts); -- cgit v1.2.3