summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:26 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:26 +0000
commit177ff260521a626bffe973f73424b602e918de8a (patch)
tree2e4f2b2d815389ebe05694fa0f203e44a8a6357a /libavfilter/avfiltergraph.h
parentc7330a90ef9c5246fa1811e95f7bcd7166ce197f (diff)
Spelling and puctuation
Commited in SoC by Vitor Sessak on 2008-02-16 17:52:49 Originally committed as revision 12726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index b491e6c163..8dc122d2ec 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -109,14 +109,14 @@ int avfilter_graph_parse_desc(AVFilterGraphDesc **desc,
char *line);
/**
- * Load a filter graph description from a file
- * @param filename Name of the file from which to load the description
- * @return Pointer to the description on success. NULL on failure
+ * Load a filter graph description from a file.
+ * @param filename Name of the file from which to load the description.
+ * @return Pointer to the description on success, NULL on failure.
*/
AVFilterGraphDesc *avfilter_graph_load_desc(const char *filename);
/**
- * Free a filter graph description
+ * Free a filter graph description.
* @param desc The graph description to free
*/
void avfilter_graph_free_desc(AVFilterGraphDesc *desc);
@@ -129,12 +129,12 @@ void avfilter_graph_free_desc(AVFilterGraphDesc *desc);
void avfilter_graph_add_filter(AVFilterContext *graphctx, AVFilterContext *filter);
/**
- * Configure the formats of all the links in the graph
+ * Configure the formats of all the links in the graph.
*/
int avfilter_graph_config_formats(AVFilterContext *graphctx);
/**
- * Configure the resolution, etc of all links in the graph
+ * Configure the parameters (resolution, etc) of all links in the graph.
*/
int avfilter_graph_config_links(AVFilterContext *graphctx);