forked from FFmpeg/FFmpeg
Improve description for the pad filter.
Originally committed as revision 23922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
36d6b545a1
commit
a74f893b85
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue