summaryrefslogtreecommitdiff
path: root/libavformat/rl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rl2.c')
-rw-r--r--libavformat/rl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 30f065bb81..ca81ff8e34 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -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;