From f4433de9ef53b78397c58828e9bf84fb59160aed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 26 May 2008 23:14:25 +0000 Subject: consistency cosmetics: indices --> indexes Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nsvdec.c') diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index a115fe5..5e77654 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -140,7 +140,7 @@ struct nsv_pcm_header { #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 -- cgit v1.1