diff ppc/mpegvideo_ppc.c @ 1693:61cebcb5a997 libavcodec

100l (forgot alpha & ppc)
author michael
date Mon, 15 Dec 2003 09:21:28 +0000
parents 587258262aa5
children bc8f5e1635b9
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c	Sun Dec 14 20:48:12 2003 +0000
+++ b/ppc/mpegvideo_ppc.c	Mon Dec 15 09:21:28 2003 +0000
@@ -72,7 +72,8 @@
                 (s->avctx->dct_algo == FF_DCT_ALTIVEC))
         {
             s->dct_quantize = dct_quantize_altivec;
-            s->dct_unquantize_h263 = dct_unquantize_h263_altivec;
+            s->dct_unquantize_h263_intra = dct_unquantize_h263_altivec;
+            s->dct_unquantize_h263_inter = dct_unquantize_h263_altivec;
         }
     } else
 #endif