lavfi/tile: extend shorthand parameters.

This makes the syntax similar to mp=tile.
pull/6/merge
Clément Bœsch 12 years ago
parent 4a90e7124d
commit 7582012058
  1. 2
      libavfilter/vf_tile.c

@ -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;

Loading…
Cancel
Save