Commit 81fd2770 authored by mhoffman's avatar mhoffman

Blackfin IDCT has no special permutation it uses normal order

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9292 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e2d96a0
......@@ -285,6 +285,7 @@ void dsputil_init_bfin( DSPContext* c, AVCodecContext *avctx )
c->put_no_rnd_pixels_tab[0][2] = bfin_put_pixels16_y2_nornd;
c->put_no_rnd_pixels_tab[0][3] = ff_bfin_put_pixels16_xy2_nornd;
c->idct_permutation_type = FF_NO_IDCT_PERM;
c->fdct = ff_bfin_fdct;
c->idct = ff_bfin_idct;
c->idct_add = bfin_idct_add;
......
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