changeset 5130:bd2133a6973c libavcodec

Blackfin IDCT has no special permutation it uses normal order
author mhoffman
date Tue, 12 Jun 2007 19:06:39 +0000
parents 0244bba24b43
children 757efe20a3c8
files bfin/dsputil_bfin.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bfin/dsputil_bfin.c	Tue Jun 12 18:50:50 2007 +0000
+++ b/bfin/dsputil_bfin.c	Tue Jun 12 19:06:39 2007 +0000
@@ -285,6 +285,7 @@
     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;