diff avidec.c @ 3365:19bd4caf27a9 libavformat

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents 8c5e331b5071
children 2e9f19e0493b
line wrap: on
line diff
--- 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);