Based on a patch by John Calcote $name.$surname@gmail.com.
Originally committed as revision 24030 to svn://svn.ffmpeg.org/ffmpeg/trunk
AVFilter avfilter_vf_pad = {
.name = "pad",
AVFilter avfilter_vf_pad = {
.name = "pad",
- .description = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),
+ .description = NULL_IF_CONFIG_SMALL("Pad input image to width:height[:x:y[:color]] (default x and y: 0, default color: black)."),
.priv_size = sizeof(PadContext),
.init = init,
.priv_size = sizeof(PadContext),
.init = init,