[SCM] libav/experimental: Blackfin IDCT has no special permutation it uses normal order

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:39 UTC 2013


The following commit has been merged in the experimental branch:
commit ea6ad30ce9f1a5dbdb18748f4c3c24745f6513fe
Author: Marc Hoffman <mmhoffm at gmail.com>
Date:   Tue Jun 12 19:06:39 2007 +0000

    Blackfin IDCT has no special permutation it uses normal order
    
    Originally committed as revision 9292 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bfin/dsputil_bfin.c b/libavcodec/bfin/dsputil_bfin.c
index 312c06c..9736d56 100644
--- a/libavcodec/bfin/dsputil_bfin.c
+++ b/libavcodec/bfin/dsputil_bfin.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list