[FFmpeg-cvslog] lavfi/bbox: add missing space between pts and x1 values in the log

Stefano Sabatini git at videolan.org
Fri Apr 27 21:40:20 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Apr 25 00:24:27 2012 +0200| [6f3b1d7f8643932a4ffc582cc77d8c5fe81b904d] | committer: Stefano Sabatini

lavfi/bbox: add missing space between pts and x1 values in the log

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f3b1d7f8643932a4ffc582cc77d8c5fe81b904d
---

 libavfilter/vf_bbox.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c
index 98ae92c..f3d62fb 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 */



More information about the ffmpeg-cvslog mailing list