comparison mpegvideo.c @ 730:b24ea84b23e2 libavcodec

trying to fix the non-x86 IDCTs (untested)
author michaelni
date Sun, 06 Oct 2002 15:27:01 +0000
parents a91203b34e71
children f011a0df269f
comparison
equal deleted inserted replaced
729:fb7d96d818cf 730:b24ea84b23e2
216 MPV_common_init_mlib(s); 216 MPV_common_init_mlib(s);
217 #endif 217 #endif
218 #ifdef HAVE_MMI 218 #ifdef HAVE_MMI
219 MPV_common_init_mmi(s); 219 MPV_common_init_mmi(s);
220 #endif 220 #endif
221 #ifdef ARCH_ARMV4L
222 MPV_common_init_armv4l();
223 #endif
224
221 225
222 /* load & permutate scantables 226 /* load & permutate scantables
223 note: only wmv uses differnt ones 227 note: only wmv uses differnt ones
224 */ 228 */
225 ff_init_scantable(s, &s->inter_scantable , ff_zigzag_direct); 229 ff_init_scantable(s, &s->inter_scantable , ff_zigzag_direct);