Mercurial > libavcodec.hg
diff mlib/dsputil_mlib.c @ 768:c3fc09466f92 libavcodec
idct_permutation_type variable, so the permutation type can quickly be identified
| author | michaelni |
|---|---|
| date | Fri, 25 Oct 2002 13:39:47 +0000 |
| parents | b4bf95260ffe |
| children | 3c6df37177dd |
line wrap: on
line diff
--- a/mlib/dsputil_mlib.c Fri Oct 25 10:50:02 2002 +0000 +++ b/mlib/dsputil_mlib.c Fri Oct 25 13:39:47 2002 +0000 @@ -260,8 +260,6 @@ if(s->avctx->idct_algo==FF_IDCT_AUTO || s->avctx->idct_algo==FF_IDCT_MLIB){ s->idct_put= ff_idct_put_mlib; s->idct_add= ff_idct_add_mlib; - for(i=0; i<64; i++) - s->idct_permutation[i]= i; + s->idct_permutation_type= FF_NO_IDCT_PERM; } - }
