Browse Source

Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the

other filters.

Originally committed as revision 23923 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
2e79db0141
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_pad.c

+ 1
- 1
libavfilter/vf_pad.c View File

@@ -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 paddings to the input image.",
.description = NULL_IF_CONFIG_SMALL("Add paddings to the input image."),

.priv_size = sizeof(PadContext),
.init = init,


Loading…
Cancel
Save