diff dnxhdenc.c @ 6903:0f63fc62ea8b libavcodec

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents 13191e6b439c
children 9774d160f014
line wrap: on
line diff
--- a/dnxhdenc.c	Mon May 26 23:11:24 2008 +0000
+++ b/dnxhdenc.c	Mon May 26 23:14:25 2008 +0000
@@ -47,7 +47,7 @@
     AVFrame frame;
     int cid;
     const CIDEntry *cid_table;
-    uint8_t *msip; ///< Macroblock Scan Indices Payload
+    uint8_t *msip; ///< Macroblock Scan Indexes Payload
     uint32_t *slice_size;
 
     struct DNXHDEncContext *thread[MAX_THREADS];