Commit 75820120 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/tile: extend shorthand parameters.

This makes the syntax similar to mp=tile.
parent 4a90e712
......@@ -64,7 +64,7 @@ AVFILTER_DEFINE_CLASS(tile);
static av_cold int init(AVFilterContext *ctx, const char *args)
{
TileContext *tile = ctx->priv;
static const char *shorthand[] = { "layout", NULL };
static const char *shorthand[] = { "layout", "nb_frames", "margin", "padding", NULL };
int ret;
tile->class = &tile_class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment