From b211607b5c97b9f0c30764c0abacc90abd9a4cc2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 7 Sep 2013 12:13:50 +0000 Subject: avfilter: various cosmetics Signed-off-by: Paul B Mahol --- libavfilter/vf_tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_tile.c') diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c index 910a9fc96e..decd681fb9 100644 --- a/libavfilter/vf_tile.c +++ b/libavfilter/vf_tile.c @@ -59,7 +59,7 @@ static const AVOption tile_options[] = { { "padding", "set inner border thickness in pixels", OFFSET(padding), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1024, FLAGS }, { "color", "set the color of the unused area", OFFSET(rgba_color), AV_OPT_TYPE_COLOR, {.str = "black"}, .flags = FLAGS }, - {NULL}, + { NULL } }; AVFILTER_DEFINE_CLASS(tile); -- cgit v1.2.3