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 --- libavcodec/vqavideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vqavideo.c') diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index 8a8f6047c4..3455fe7c0f 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -54,7 +54,7 @@ * file. This is an interesting technique, although it makes random file * seeking difficult despite the fact that the frames are all intracoded. * - * V1,2 VQA uses 12-bit codebook indices. If the 12-bit indices were + * V1,2 VQA uses 12-bit codebook indexes. If the 12-bit indexes were * packed into bytes and then RLE compressed, bytewise, the results would * be poor. That is why the coding method divides each index into 2 parts, * the top 4 bits and the bottom 8 bits, then RL encodes the 4-bit pieces -- cgit v1.2.3