[FFmpeg-cvslog] r22842 - trunk/libavfilter/avfiltergraph.h
stefano
subversion
Sun Apr 11 23:26:01 CEST 2010
Author: stefano
Date: Sun Apr 11 23:26:00 2010
New Revision: 22842
Log:
Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
Modified:
trunk/libavfilter/avfiltergraph.h
Modified: trunk/libavfilter/avfiltergraph.h
==============================================================================
--- trunk/libavfilter/avfiltergraph.h Sun Apr 11 22:04:15 2010 (r22841)
+++ trunk/libavfilter/avfiltergraph.h Sun Apr 11 23:26:00 2010 (r22842)
@@ -41,8 +41,9 @@ AVFilterContext *avfilter_graph_get_filt
/**
* 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);
More information about the ffmpeg-cvslog
mailing list