diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-30 23:52:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-30 23:52:26 +0000 |
commit | a74f893b85f3091ad56194a8c7556ae76d321f2d (patch) | |
tree | 719e92cbba3aa920359de5623258bb674c877e7b /libavfilter/vf_pad.c | |
parent | 36d6b545a1a5309b3d9223b0db40ad2879817af5 (diff) | |
download | ffmpeg-a74f893b85f3091ad56194a8c7556ae76d321f2d.tar.gz |
Improve description for the pad filter.
Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_pad.c')
-rw-r--r-- | libavfilter/vf_pad.c | 2 |
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, |