[FFmpeg-cvslog] r24030 - trunk/libavfilter/vf_pad.c
stefano
subversion
Sat Jul 3 21:41:22 CEST 2010
Author: stefano
Date: Sat Jul 3 21:41:22 2010
New Revision: 24030
Log:
Enhance pad filter command-line description.
Based on a patch by John Calcote $name.$surname at gmail.com.
Modified:
trunk/libavfilter/vf_pad.c
Modified: trunk/libavfilter/vf_pad.c
==============================================================================
--- trunk/libavfilter/vf_pad.c Sat Jul 3 21:26:30 2010 (r24029)
+++ trunk/libavfilter/vf_pad.c Sat Jul 3 21:41:22 2010 (r24030)
@@ -306,7 +306,7 @@ static void draw_slice(AVFilterLink *lin
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,
More information about the ffmpeg-cvslog
mailing list