changeset 1438:6339c2b322e6 libavcodec

100l
author michaelni
date Mon, 01 Sep 2003 17:42:07 +0000
parents ba444d478ffe
children a4d00b1f0271
files mdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mdec.c	Mon Sep 01 17:05:28 2003 +0000
+++ b/mdec.c	Mon Sep 01 17:42:07 2003 +0000
@@ -124,7 +124,7 @@
 
 static inline int decode_mb(MDECContext *a, DCTELEM block[6][64]){
     int i;
-    const int block_index[6]= {5,6,0,1,2,3};
+    const int block_index[6]= {5,4,0,1,2,3};
 
     a->dsp.clear_blocks(block[0]);