summaryrefslogtreecommitdiff
path: root/libavfilter/vf_bbox.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-25 00:24:27 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-04-27 21:33:42 +0200
commit6f3b1d7f8643932a4ffc582cc77d8c5fe81b904d (patch)
tree53530ea93a76a8f451b12ed66f902a3fae4190d8 /libavfilter/vf_bbox.c
parent423b82766870c15c93a7786c29cb9c8bf69a0fcb (diff)
lavfi/bbox: add missing space between pts and x1 values in the log
Diffstat (limited to 'libavfilter/vf_bbox.c')
-rw-r--r--libavfilter/vf_bbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c
index 98ae92cabf..f3d62fb16a 100644
--- a/libavfilter/vf_bbox.c
+++ b/libavfilter/vf_bbox.c
@@ -76,7 +76,7 @@ static void end_frame(AVFilterLink *inlink)
if (has_bbox) {
av_log(ctx, AV_LOG_INFO,
- "x1:%d x2:%d y1:%d y2:%d w:%d h:%d"
+ " x1:%d x2:%d y1:%d y2:%d w:%d h:%d"
" crop=%d:%d:%d:%d drawbox=%d:%d:%d:%d",
box.x1, box.x2, box.y1, box.y2, w, h,
w, h, box.x1, box.y1, /* crop params */