diff rl2.c @ 3365:19bd4caf27a9 libavformat

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents c806866fa0cc
children 7a0230981402
line wrap: on
line diff
--- a/rl2.c	Mon May 26 22:01:41 2008 +0000
+++ b/rl2.c	Mon May 26 23:14:25 2008 +0000
@@ -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;