[FFmpeg-cvslog] lavfi/tile: extend shorthand parameters.
Clément Bœsch
git at videolan.org
Sun Nov 11 22:45:36 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Nov 8 23:17:37 2012 +0100| [75820120588b5da73addf03092194aed38e87e2e] | committer: Clément Bœsch
lavfi/tile: extend shorthand parameters.
This makes the syntax similar to mp=tile.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75820120588b5da73addf03092194aed38e87e2e
---
libavfilter/vf_tile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c
index 235ebd8..4c619ff 100644
--- a/libavfilter/vf_tile.c
+++ b/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;
More information about the ffmpeg-cvslog
mailing list