diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-26 23:14:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-26 23:14:25 +0000 |
commit | f4433de9ef53b78397c58828e9bf84fb59160aed (patch) | |
tree | 0ef2ba182ff661d189bfa98b524ff27ca1d18d16 /libavformat/rmenc.c | |
parent | 30bd40f2f1d89dbab96b1060f581fd95651dd156 (diff) | |
download | ffmpeg-f4433de9ef53b78397c58828e9bf84fb59160aed.tar.gz |
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.c | 2 |
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 */ } |