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

Diff of /xvidcore/src/xvid.c

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

revision 1.44, Thu Feb 20 22:46:18 2003 UTC revision 1.45, Fri Feb 21 00:00:57 2003 UTC
# Line 811  Line 811 
811    
812  int xvid_init_test(int flags)  int xvid_init_test(int flags)
813  {  {
814          int cpu_flags = 0;  #if defined(ARCH_IS_IA32)
815            int cpu_flags;
816          srand(time(0));  #endif
817    
818          printf("XviD tests\n\n");          printf("XviD tests\n\n");
819    
# Line 824  Line 824 
824          idct_int32_init();          idct_int32_init();
825          emms();          emms();
826    
827            srand(time(0));
828    
829          /* fDCT test */          /* fDCT test */
830          printf("--- fdct ---\n");          printf("--- fdct ---\n");
831                  test_transform(fdct_int32, fdct_int32, "c", TEST_FDCT, flags);                  test_transform(fdct_int32, fdct_int32, "c", TEST_FDCT, flags);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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