Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfilter.h2
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);