# HG changeset patch # User diego # Date 1141854699 0 # Node ID 56db80b1131e2e3fc74467e7c58971f608da6be9 # Parent 90704603a2030177b171439bd09d78177bdb9e0f Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. diff -r 90704603a203 -r 56db80b1131e dv1394.c --- a/dv1394.c Wed Mar 08 11:43:10 2006 +0000 +++ b/dv1394.c Wed Mar 08 21:51:39 2006 +0000 @@ -173,7 +173,7 @@ return AVERROR_IO; } #ifdef DV1394_DEBUG - av_log(context, AV_LOG_ERROR, "DV1394: status\n" + av_log(context, AV_LOG_DEBUG, "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 - av_log(context, AV_LOG_ERROR, "index %d, avail %d, done %d\n", dv->index, dv->avail, + av_log(context, AV_LOG_DEBUG, "index %d, avail %d, done %d\n", dv->index, dv->avail, dv->done); #endif