Revision 478b9d74 libavfilter/vf_pad.c
libavfilter/vf_pad.c | ||
---|---|---|
306 | 306 |
|
307 | 307 |
AVFilter avfilter_vf_pad = { |
308 | 308 |
.name = "pad", |
309 |
.description = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),
|
|
309 |
.description = NULL_IF_CONFIG_SMALL("Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black)."),
|
|
310 | 310 |
|
311 | 311 |
.priv_size = sizeof(PadContext), |
312 | 312 |
.init = init, |
Also available in: Unified diff