summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-30 23:52:26 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-30 23:52:26 +0000
commita74f893b85f3091ad56194a8c7556ae76d321f2d (patch)
tree719e92cbba3aa920359de5623258bb674c877e7b /libavfilter
parent36d6b545a1a5309b3d9223b0db40ad2879817af5 (diff)
Improve description for the pad filter.
Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
index 13f1ed419f..4499399dd6 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,