OSDN Git Service

lavfi/bbox: add missing space between pts and x1 values in the log
authorStefano Sabatini <stefasab@gmail.com>
Tue, 24 Apr 2012 22:24:27 +0000 (00:24 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 27 Apr 2012 19:33:42 +0000 (21:33 +0200)
libavfilter/vf_bbox.c

index 98ae92c..f3d62fb 100644 (file)
@@ -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 */