1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

This commit is contained in:
Stefano Sabatini 2012-04-25 00:24:27 +02:00
parent 423b827668
commit 6f3b1d7f86

View 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 */