[Ffmpeg-cvslog] CVS: ffmpeg/libavformat dv1394.c,1.20,1.21

Diego Biurrun CVS diego
Wed Mar 8 22:51:41 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv28774/libavformat

Modified Files:
	dv1394.c 
Log Message:
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.


Index: dv1394.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/dv1394.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dv1394.c	8 Mar 2006 11:43:10 -0000	1.20
+++ dv1394.c	8 Mar 2006 21:51:39 -0000	1.21
@@ -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
 





More information about the ffmpeg-cvslog mailing list