Mercurial > libavcodec.hg
changeset 5849:c1d42c875be8 libavcodec
Use simple IDCT for now
author | kostya |
---|---|
date | Mon, 22 Oct 2007 10:23:38 +0000 |
parents | bcbe261d56b7 |
children | da358b2602ce |
files | vc1.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Mon Oct 22 10:22:36 2007 +0000 +++ b/vc1.c Mon Oct 22 10:23:38 2007 +0000 @@ -33,6 +33,7 @@ #include "vc1acdata.h" #include "msmpeg4data.h" #include "unary.h" +#include "simple_idct.h" #undef NDEBUG #include <assert.h> @@ -818,7 +819,7 @@ v->res_fasttx = get_bits1(gb); if (!v->res_fasttx) { - v->s.dsp.vc1_inv_trans_8x8 = v->s.dsp.idct; + v->s.dsp.vc1_inv_trans_8x8 = simple_idct; } v->fastuvmc = get_bits1(gb); //common