projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267f7ed
)
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 8 Mar 2006 21:51:39 +0000
(21:51 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 8 Mar 2006 21:51:39 +0000
(21:51 +0000)
Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/dv1394.c
patch
|
blob
|
history
diff --git
a/libavformat/dv1394.c
b/libavformat/dv1394.c
index 96bbae145af7eca639302cdd3358da375ea3b49e..1e0a5ab5854903557dff4b08a599731e6af38702 100644
(file)
--- a/
libavformat/dv1394.c
+++ b/
libavformat/dv1394.c
@@
-173,7
+173,7
@@
restart_poll:
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
@@
restart_poll:
}
#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