From d177bd183f4a0ae28381d4fb3b8e387a4d5042f6 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 22:14:32 +0000 Subject: [PATCH] Indentation Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26 Originally committed as revision 12108 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 1c61dec12..35adf9f02 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -427,7 +427,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad, /** * Negotiate the colorspace, dimensions, etc of all inputs to a filter. * @param filter The filter to negotiate the properties for its inputs - * @return Zero on successful negotiation + * @return Zero on successful negotiation */ int avfilter_config_links(AVFilterContext *filter); -- 2.11.0