diff armv4l/dsputil_arm.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 cca26199ab17
line wrap: on
line diff
--- a/armv4l/dsputil_arm.c	Sat Jun 21 00:50:40 2003 +0000
+++ b/armv4l/dsputil_arm.c	Sat Jun 21 01:11:31 2003 +0000
@@ -48,6 +48,7 @@
     if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_ARM){
         c->idct_put= arm_idct_put;
         c->idct_add= arm_idct_add;
+        c->idct    = j_rev_dct_ARM;
         c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;/* FF_NO_IDCT_PERM */
     }
 }