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

@ -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 */
}