diff dnxhddec.c @ 5795:8b6fe123be88 libavcodec

typo weigth->weight
author bcoudurier
date Mon, 08 Oct 2007 12:28:36 +0000
parents 8412118b41d3
children 0b967440e270
line wrap: on
line diff
--- a/dnxhddec.c	Mon Oct 08 12:23:00 2007 +0000
+++ b/dnxhddec.c	Mon Oct 08 12:28:36 2007 +0000
@@ -161,10 +161,10 @@
 
     if (n&2) {
         component = 1 + (n&1);
-        weigth_matrix = ctx->cid_table->chroma_weigth;
+        weigth_matrix = ctx->cid_table->chroma_weight;
     } else {
         component = 0;
-        weigth_matrix = ctx->cid_table->luma_weigth;
+        weigth_matrix = ctx->cid_table->luma_weight;
     }
 
     ctx->last_dc[component] += dnxhd_decode_dc(ctx);