Commit a74f893b authored by Stefano Sabatini's avatar Stefano Sabatini

Improve description for the pad filter.

Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 36d6b545
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment