diff ps2/mpegvideo_mmi.c @ 1835:9daa9872cbdb libavcodec

10l
author michael
date Thu, 26 Feb 2004 13:42:17 +0000
parents f59c3f66363b
children 72ac356803ea
line wrap: on
line diff
--- a/ps2/mpegvideo_mmi.c	Thu Feb 26 02:48:07 2004 +0000
+++ b/ps2/mpegvideo_mmi.c	Thu Feb 26 13:42:17 2004 +0000
@@ -80,7 +80,8 @@
 
 void MPV_common_init_mmi(MpegEncContext *s)
 {
-    s->dct_unquantize_h263 = dct_unquantize_h263_mmi;
+    s->dct_unquantize_h263_intra = 
+    s->dct_unquantize_h263_inter = dct_unquantize_h263_mmi;
 }