summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-26 23:14:25 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-26 23:14:25 +0000
commitf4433de9ef53b78397c58828e9bf84fb59160aed (patch)
tree0ef2ba182ff661d189bfa98b524ff27ca1d18d16 /libavformat/rmenc.c
parent30bd40f2f1d89dbab96b1060f581fd95651dd156 (diff)
consistency cosmetics: indices --> indexes
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rmenc.c')
-rw-r--r--libavformat/rmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c
index 3a3525d969..881c347c22 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -408,7 +408,7 @@ static int rm_write_trailer(AVFormatContext *s)
put_be16(pb, 0);
for(i=0;i<s->nb_streams;i++) {
- put_be32(pb, 0); /* zero indices */
+ put_be32(pb, 0); /* zero indexes */
put_be16(pb, i); /* stream number */
put_be32(pb, 0); /* next index */
}