100l
Originally committed as revision 2193 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
67b04c1aef
commit
77ee78bcdb
@ -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]){
|
static inline int decode_mb(MDECContext *a, DCTELEM block[6][64]){
|
||||||
int i;
|
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]);
|
a->dsp.clear_blocks(block[0]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user