Commit 6c953a6a authored by Diego Biurrun's avatar Diego Biurrun

Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.

Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 267f7edc
...@@ -173,7 +173,7 @@ restart_poll: ...@@ -173,7 +173,7 @@ restart_poll:
return AVERROR_IO; return AVERROR_IO;
} }
#ifdef DV1394_DEBUG #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" "\tactive_frame\t%d\n"
"\tfirst_clear_frame\t%d\n" "\tfirst_clear_frame\t%d\n"
"\tn_clear_frames\t%d\n" "\tn_clear_frames\t%d\n"
...@@ -196,7 +196,7 @@ restart_poll: ...@@ -196,7 +196,7 @@ restart_poll:
} }
#ifdef DV1394_DEBUG #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); dv->done);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment