diff nsvdec.c @ 3365:19bd4caf27a9 libavformat

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