Commit 77ee78bc authored by Michael Niedermayer's avatar Michael Niedermayer

100l

Originally committed as revision 2193 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 67b04c1a
......@@ -124,7 +124,7 @@ static inline int mdec_decode_block_intra(MDECContext *a, DCTELEM *block, int n)
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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment