# HG changeset patch # User michael # Date 1077802937 0 # Node ID 9daa9872cbdbabd91b70a3c40371aa4a0fb7c189 # Parent 41c324b09fcccf1dadb9552317cd383aa7ec0d56 10l diff -r 41c324b09fcc -r 9daa9872cbdb ps2/mpegvideo_mmi.c --- 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; }