summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-08-28 21:37:40 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-08-28 21:37:40 +0000
commit42f72a3ac467f15bfa90b52af92ee0458564365f (patch)
treeeeeb730a4d1f73f3ec7e72e6bdce26be3d3e9fef /libavfilter
parent39981f5354ecce0b0795b3b820788048c1fbaaa1 (diff)
Fix a typo.
Originally committed as revision 15009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f50687029c..9267c4be4f 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -125,7 +125,7 @@ void avfilter_unref_pic(AVFilterPicRef *ref);
* list of the formats supported by each input and output pad. The list
* given for each pad need not be distinct - they may be references to the
* same list of formats, as is often the case when a filter supports multiple
- * formats, but will always outut the same format as it is given in input.
+ * formats, but will always output the same format as it is given in input.
*
* In this way, a list of possible input formats and a list of possible
* output formats are associated with each link. When a set of formats is