summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:28 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:28 +0000
commitde065016f0c2fd11e5b9caead313b2da8e48ec29 (patch)
treee12c20068634a66c0f95225293cd6d8262c93c6b /libavfilter/avfiltergraph.c
parent177ff260521a626bffe973f73424b602e918de8a (diff)
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-02-24 11:30:41 Originally committed as revision 12727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r--libavfilter/avfiltergraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 828b0286ab..2c07a924a0 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -96,7 +96,7 @@ static int link_in_config_props(AVFilterLink *link)
}
/**
- * Given the link between the dummy filter and an internal filter whose input
+ * Given the link between the dummy filter and an internal filter whose output
* is being exported outside the graph, this returns the externally visible
* link.
*/