[svn] / branches / dev-api-4 / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/xvid.c

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

revision 879, Thu Feb 20 22:46:18 2003 UTC revision 882, Fri Feb 21 00:00:57 2003 UTC
# Line 17  Line 17 
17   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19   *   *
20   * $Id: xvid.c,v 1.44 2003-02-20 22:46:18 edgomez Exp $   * $Id: xvid.c,v 1.45 2003-02-21 00:00:57 edgomez Exp $
21   *   *
22   ****************************************************************************/   ****************************************************************************/
23    
# 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.879  
changed lines
  Added in v.882

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