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

10l
author michael
date Thu, 26 Feb 2004 13:42:17 +0000
parents f59c3f66363b
children 72ac356803ea
comparison
equal deleted inserted replaced
1834:41c324b09fcc 1835:9daa9872cbdb
78 } 78 }
79 79
80 80
81 void MPV_common_init_mmi(MpegEncContext *s) 81 void MPV_common_init_mmi(MpegEncContext *s)
82 { 82 {
83 s->dct_unquantize_h263 = dct_unquantize_h263_mmi; 83 s->dct_unquantize_h263_intra =
84 s->dct_unquantize_h263_inter = dct_unquantize_h263_mmi;
84 } 85 }
85 86
86 87