--- xvid.c 2002/03/30 00:58:20 1.8 +++ xvid.c 2002/04/04 13:57:55 1.9 @@ -53,6 +53,7 @@ #include "motion/sad.h" #include "utils/emms.h" #include "utils/timer.h" +#include "bitstream/mbcoding.h" int xvid_init(void *handle, int opt, void *param1, void *param2) { @@ -76,7 +77,8 @@ // initialize the function pointers idct_int32_init(); - + init_vlc_tables(); + fdct = fdct_int32; idct = idct_int32;