diff sh4/dsputil_sh4.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 bc68a29d0dd1
children ef2149182f1c
line wrap: on
line diff
--- a/sh4/dsputil_sh4.c	Sat Jun 21 00:50:40 2003 +0000
+++ b/sh4/dsputil_sh4.c	Sat Jun 21 01:11:31 2003 +0000
@@ -112,6 +112,7 @@
 	if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_SH4){        
 		c->idct_put = idct_put;
 		c->idct_add = idct_add;
+               c->idct     = idct_sh4;
 		c->idct_permutation_type= FF_NO_IDCT_PERM; //FF_SIMPLE_IDCT_PERM; //FF_LIBMPEG2_IDCT_PERM;
 	}
 }