ffmpeg | branch: master | Gyan Doshi <[email protected]> | Fri Feb 5 17:47:59 2021 +0530| [5c8d4c4fac6e3db67d9116d978c1a9857c6f44bf] | committer: Gyan Doshi
avfilter/drawbox: fix formatting after d64cbd4fda > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c8d4c4fac6e3db67d9116d978c1a9857c6f44bf --- libavfilter/vf_drawbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c index 21d520e529..6151db4d22 100644 --- a/libavfilter/vf_drawbox.c +++ b/libavfilter/vf_drawbox.c @@ -322,7 +322,7 @@ static const AVOption drawbox_options[] = { { "c", "set color of the box", OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS }, { "thickness", "set the box thickness", OFFSET(t_expr), AV_OPT_TYPE_STRING, { .str="3" }, 0, 0, FLAGS }, { "t", "set the box thickness", OFFSET(t_expr), AV_OPT_TYPE_STRING, { .str="3" }, 0, 0, FLAGS }, - { "replace", "replace color & alpha", OFFSET(replace), AV_OPT_TYPE_BOOL, { .i64=0 }, 0, 1, FLAGS }, + { "replace", "replace color & alpha", OFFSET(replace), AV_OPT_TYPE_BOOL, { .i64=0 }, 0, 1, FLAGS }, { NULL } }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
