From 267f7edcd1f1f31595610b4de29a8c4d3e7929c5 Mon Sep 17 00:00:00 2001 From: Steve L'Homme Date: Wed, 8 Mar 2006 11:43:10 +0000 Subject: (f)printf --> av_log conversion taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/dv1394.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/dv1394.c b/libavformat/dv1394.c index 2d2a1f7..96bbae1 100644 --- a/libavformat/dv1394.c +++ b/libavformat/dv1394.c @@ -173,7 +173,7 @@ restart_poll: return AVERROR_IO; } #ifdef DV1394_DEBUG - fprintf(stderr, "DV1394: status\n" + av_log(context, AV_LOG_ERROR, "DV1394: status\n" "\tactive_frame\t%d\n" "\tfirst_clear_frame\t%d\n" "\tn_clear_frames\t%d\n" @@ -196,7 +196,7 @@ restart_poll: } #ifdef DV1394_DEBUG - fprintf(stderr, "index %d, avail %d, done %d\n", dv->index, dv->avail, + av_log(context, AV_LOG_ERROR, "index %d, avail %d, done %d\n", dv->index, dv->avail, dv->done); #endif -- cgit v1.1