changeset 1835:9daa9872cbdb libavcodec

10l
author michael
date Thu, 26 Feb 2004 13:42:17 +0000
parents 41c324b09fcc
children 8fa34b5b35bc
files ps2/mpegvideo_mmi.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;
 }