diff h264.c @ 6903:0f63fc62ea8b libavcodec

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents 5ddf098691d3
children c1b722b79649
line wrap: on
line diff
--- a/h264.c	Mon May 26 23:11:24 2008 +0000
+++ b/h264.c	Mon May 26 23:14:25 2008 +0000
@@ -6505,7 +6505,7 @@
     int dir;
     /* FIXME: A given frame may occupy more than one position in
      * the reference list. So ref2frm should be populated with
-     * frame numbers, not indices. */
+     * frame numbers, not indexes. */
     static const int ref2frm[34] = {-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
                                     16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31};