diff options
author | Diego Biurrun | 2008-05-26 23:14:25 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-05-26 23:14:25 +0000 |
commit | f4433de9ef53b78397c58828e9bf84fb59160aed (patch) | |
tree | 0ef2ba182ff661d189bfa98b524ff27ca1d18d16 /libavformat/rl2.c | |
parent | 30bd40f2f1d89dbab96b1060f581fd95651dd156 (diff) |
consistency cosmetics: indices --> indexes
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rl2.c')
-rw-r--r-- | libavformat/rl2.c | 2 |
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; |