Browse Source

lavfi/tile: extend shorthand parameters.

This makes the syntax similar to mp=tile.
tags/n1.1
Clément Bœsch 13 years ago
parent
commit
7582012058
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_tile.c

+ 1
- 1
libavfilter/vf_tile.c View File

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