# HG changeset patch # User diego # Date 1211843665 0 # Node ID 19bd4caf27a93ffe676a17b3d7c0e09fdece5045 # Parent 73da68338e643a9274953d2f3628cca348b0b527 consistency cosmetics: indices --> indexes diff -r 73da68338e64 -r 19bd4caf27a9 avidec.c --- a/avidec.c Mon May 26 22:01:41 2008 +0000 +++ b/avidec.c Mon May 26 23:14:25 2008 +0000 @@ -996,7 +996,7 @@ if (ENABLE_DV_DEMUXER && avi->dv_demux) { /* One and only one real stream for DV in AVI, and it has video */ - /* offsets. Calling with other stream indices should have failed */ + /* offsets. Calling with other stream indexes should have failed */ /* the av_index_search_timestamp call above. */ assert(stream_index == 0); diff -r 73da68338e64 -r 19bd4caf27a9 ipmovie.c --- a/ipmovie.c Mon May 26 22:01:41 2008 +0000 +++ b/ipmovie.c Mon May 26 23:14:25 2008 +0000 @@ -446,7 +446,7 @@ last_color = first_color + AV_RL16(&scratch[2]) - 1; /* sanity check (since they are 16 bit values) */ if ((first_color > 0xFF) || (last_color > 0xFF)) { - debug_ipmovie("demux_ipmovie: set_palette indices out of range (%d -> %d)\n", + debug_ipmovie("demux_ipmovie: set_palette indexes out of range (%d -> %d)\n", first_color, last_color); chunk_type = CHUNK_BAD; break; diff -r 73da68338e64 -r 19bd4caf27a9 nsvdec.c --- a/nsvdec.c Mon May 26 22:01:41 2008 +0000 +++ b/nsvdec.c Mon May 26 23:14:25 2008 +0000 @@ -140,7 +140,7 @@ #define TB_NSVF MKBETAG('N', 'S', 'V', 'f') #define TB_NSVS MKBETAG('N', 'S', 'V', 's') -/* hardcoded stream indices */ +/* hardcoded stream indexes */ #define NSV_ST_VIDEO 0 #define NSV_ST_AUDIO 1 #define NSV_ST_SUBT 2 diff -r 73da68338e64 -r 19bd4caf27a9 rl2.c --- a/rl2.c Mon May 26 22:01:41 2008 +0000 +++ b/rl2.c Mon May 26 23:14:25 2008 +0000 @@ -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; diff -r 73da68338e64 -r 19bd4caf27a9 rmenc.c --- a/rmenc.c Mon May 26 22:01:41 2008 +0000 +++ b/rmenc.c Mon May 26 23:14:25 2008 +0000 @@ -408,7 +408,7 @@ put_be16(pb, 0); for(i=0;inb_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 */ }