diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-26 23:14:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-26 23:14:25 +0000 |
commit | f4433de9ef53b78397c58828e9bf84fb59160aed (patch) | |
tree | 0ef2ba182ff661d189bfa98b524ff27ca1d18d16 /libavfilter/avfilter.h | |
parent | 30bd40f2f1d89dbab96b1060f581fd95651dd156 (diff) | |
download | ffmpeg-f4433de9ef53b78397c58828e9bf84fb59160aed.tar.gz |
consistency cosmetics: indices --> indexes
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b660be74f4..6f6c41155f 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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 |