Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -41,8 +41,9 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name); |
| 41 | 41 |
|
| 42 | 42 |
/** |
| 43 | 43 |
* Adds an existing filter instance to a filter graph. |
| 44 |
- * @param graph The filter graph |
|
| 45 |
- * @param filter The filter to be added |
|
| 44 |
+ * |
|
| 45 |
+ * @param graph the filter graph |
|
| 46 |
+ * @param filter the filter to be added |
|
| 46 | 47 |
*/ |
| 47 | 48 |
int avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter); |
| 48 | 49 |
|