consistency cosmetics: indices --> indexes

Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-26 23:14:25 +00:00
parent 30bd40f2f1
commit f4433de9ef
15 changed files with 26 additions and 26 deletions

View file

@ -421,7 +421,7 @@ struct AVFilterContext
/**
* A link between two filters. This contains pointers to the source and
* destination filters between which this link exists, and the indices of
* destination filters between which this link exists, and the indexes of
* the pads involved. In addition, this link also contains the parameters
* which have been negotiated and agreed upon between the filter, such as
* image dimensions, format, etc