mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 02:17:45 +00:00
consistency cosmetics: indices --> indexes
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
30bd40f2f1
commit
f4433de9ef
15 changed files with 26 additions and 26 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue