diff alpha/dsputil_alpha.c @ 1324:7d328fd9d8a5 libavcodec

the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)
author michaelni
date Sat, 21 Jun 2003 01:11:31 +0000
parents f59c3f66363b
children a1cc1810d58f
line wrap: on
line diff
--- a/alpha/dsputil_alpha.c	Sat Jun 21 00:50:40 2003 +0000
+++ b/alpha/dsputil_alpha.c	Sat Jun 21 01:11:31 2003 +0000
@@ -363,4 +363,5 @@
     
     c->idct_put = simple_idct_put_axp;
     c->idct_add = simple_idct_add_axp;
+    c->idct_idct = simple_idct_axp;
 }