Commit ced7583c authored by stefano's avatar stefano

Fix a typo.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e46d8fae
...@@ -125,7 +125,7 @@ void avfilter_unref_pic(AVFilterPicRef *ref); ...@@ -125,7 +125,7 @@ void avfilter_unref_pic(AVFilterPicRef *ref);
* list of the formats supported by each input and output pad. The list * 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 * 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 * 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 * 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 * output formats are associated with each link. When a set of formats is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment