[FFmpeg-devel] [PATCH] lavfi: add missing periods in descriptions.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Jan 20 07:49:16 CET 2012



On 20 Jan 2012, at 00:16, Clément Bœsch <ubitux at gmail.com> wrote:

> ---
> libavfilter/af_pan.c          |    2 +-
> libavfilter/vf_fade.c         |    2 +-
> libavfilter/vf_yadif.c        |    2 +-
> libavfilter/vsrc_color.c      |    2 +-
> libavfilter/vsrc_mandelbrot.c |    2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c
> index c4e64c8..ca14eca 100644
> --- a/libavfilter/af_pan.c
> +++ b/libavfilter/af_pan.c
> @@ -285,7 +285,7 @@ static void filter_samples(AVFilterLink *inlink, AVFilterBufferRef *insamples)
> 
> AVFilter avfilter_af_pan = {
>     .name          = "pan",
> -    .description   = NULL_IF_CONFIG_SMALL("Remix channels with coefficients (panning)"),
> +    .description   = NULL_IF_CONFIG_SMALL("Remix channels with coefficients (panning)."),

I wonder why you would put a dot there, none of these are proper sentences...

> +    .description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer."),

Especially this one is only a name. I don't think you'd normally put a dot after a name...
Not that it matters much.


More information about the ffmpeg-devel mailing list