summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfiltergraph.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index df71ef8..1640795 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -41,8 +41,9 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name);
/**
* Adds an existing filter instance to a filter graph.
- * @param graph The filter graph
- * @param filter The filter to be added
+ *
+ * @param graph the filter graph
+ * @param filter the filter to be added
*/
int avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter);
OpenPOWER on IntegriCloud