summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-12-08 10:50:50 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-12-08 10:50:50 +0000
commit8df7cfe97c2c58bde412b14099b93722d8c4b3c3 (patch)
treea714c8624d59e020cf01fd0aaad940bd1da8734f /libavcodec/vc1.c
parentd2e45f33a4f3ebafb9a097a0dea844697d79c494 (diff)
Use IDCT functions when FASTTX=0
Originally committed as revision 11189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index ac2a4de98e..7cbf851f0d 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -814,6 +814,9 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
if (!v->res_fasttx)
{
v->s.dsp.vc1_inv_trans_8x8 = simple_idct;
+ v->s.dsp.vc1_inv_trans_8x4 = simple_idct84_add;
+ v->s.dsp.vc1_inv_trans_4x8 = simple_idct48_add;
+// v->s.dsp.vc1_inv_trans_4x4 = simple_idct44_add;
}
v->fastuvmc = get_bits1(gb); //common