summaryrefslogtreecommitdiff
path: root/libavformat/dv1394.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dv1394.c')
-rw-r--r--libavformat/dv1394.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/dv1394.c b/libavformat/dv1394.c
index 2d2a1f7809..96bbae145a 100644
--- a/libavformat/dv1394.c
+++ b/libavformat/dv1394.c
@@ -173,7 +173,7 @@ restart_poll:
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 @@ restart_poll:
}
#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