[svn] / trunk / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/xvid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 99, Wed Apr 3 14:19:50 2002 UTC revision 100, Thu Apr 4 13:58:18 2002 UTC
# Line 53  Line 53 
53  #include "motion/sad.h"  #include "motion/sad.h"
54  #include "utils/emms.h"  #include "utils/emms.h"
55  #include "utils/timer.h"  #include "utils/timer.h"
56    #include "bitstream/mbcoding.h"
57    
58  int xvid_init(void *handle, int opt, void *param1, void *param2)  int xvid_init(void *handle, int opt, void *param1, void *param2)
59  {  {
# Line 76  Line 77 
77    
78          // initialize the function pointers          // initialize the function pointers
79          idct_int32_init();          idct_int32_init();
80            init_vlc_tables();
81    
82          fdct = fdct_int32;          fdct = fdct_int32;
83          idct = idct_int32;          idct = idct_int32;

Legend:
Removed from v.99  
changed lines
  Added in v.100

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4