Revision 2e79db01
libavfilter/vf_pad.c | ||
---|---|---|
306 | 306 |
|
307 | 307 |
AVFilter avfilter_vf_pad = { |
308 | 308 |
.name = "pad", |
309 |
.description = "Add paddings to the input image.",
|
|
309 |
.description = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),
|
|
310 | 310 |
|
311 | 311 |
.priv_size = sizeof(PadContext), |
312 | 312 |
.init = init, |
Also available in: Unified diff