Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-27 03:14:25 +0400
committerDiego Biurrun <diego@biurrun.de>2008-05-27 03:14:25 +0400
commitf4433de9ef53b78397c58828e9bf84fb59160aed (patch)
tree0ef2ba182ff661d189bfa98b524ff27ca1d18d16 /libavformat/nsvdec.c
parent30bd40f2f1d89dbab96b1060f581fd95651dd156 (diff)
consistency cosmetics: indices --> indexes
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index a115fe5710..5e77654587 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