# HG changeset patch # User diego # Date 1141818190 0 # Node ID 90704603a2030177b171439bd09d78177bdb9e0f # Parent 508ab1067ed957c2ba3867124f96d56dd28d07ab (f)printf --> av_log conversion taken from a patch by Steve L'Homme diff -r 508ab1067ed9 -r 90704603a203 dv1394.c --- a/dv1394.c Wed Mar 08 00:39:23 2006 +0000 +++ b/dv1394.c Wed Mar 08 11:43:10 2006 +0000 @@ -173,7 +173,7 @@ 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 @@ } #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