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

@@ -42,7 +42,7 @@
#define RLV3_TAG MKBETAG('R', 'L', 'V', '3')
typedef struct Rl2DemuxContext {
unsigned int index_pos[2]; ///< indices in the sample tables
unsigned int index_pos[2]; ///< indexes in the sample tables
} Rl2DemuxContext;