diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:32 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:14:32 +0000 |
commit | d177bd183f4a0ae28381d4fb3b8e387a4d5042f6 (patch) | |
tree | fce72a28508a74d455fc3b42fc02bef8212821b2 /libavfilter/avfilter.h | |
parent | 24c4eff6579c4a71d7a52e6882d345de3f5d25dd (diff) | |
download | ffmpeg-d177bd183f4a0ae28381d4fb3b8e387a4d5042f6.tar.gz |
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
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 1c61dec12c..35adf9f025 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); |