summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-11 21:26:00 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-11 21:26:00 +0000
commitbc3c85a3e6f684c6aa38760d627d05587faf1bca (patch)
treed0dcd355699f6307bd6be54c7cbc479a6fa8174e /libavfilter/avfiltergraph.h
parentf54978f11759e3407fb3bf7c45a67dab3fff15c0 (diff)
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index df71ef8543..1640795988 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);