From a74f893b85f3091ad56194a8c7556ae76d321f2d Mon Sep 17 00:00:00 2001 From: Stefano Sabatini <stefano.sabatini-lala@poste.it> Date: Wed, 30 Jun 2010 23:52:26 +0000 Subject: [PATCH] Improve description for the pad filter. Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/vf_pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index 13f1ed419f5..4499399dd6c 100644 --- a/libavfilter/vf_pad.c +++ b/libavfilter/vf_pad.c @@ -306,7 +306,7 @@ static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir) AVFilter avfilter_vf_pad = { .name = "pad", - .description = "Add pads to the input image.", + .description = "Add paddings to the input image.", .priv_size = sizeof(PadContext), .init = init, -- GitLab