[cvs] / xvidcore / examples / xvid_stat.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_stat.c

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

revision 1.12, Fri Sep 27 18:35:35 2002 UTC revision 1.13, Fri Sep 27 20:58:02 2002 UTC
# Line 558  Line 558 
558  #ifndef _MSC_VER  #ifndef _MSC_VER
559          struct timeval  tv;          struct timeval  tv;
560          gettimeofday(&tv, 0);          gettimeofday(&tv, 0);
561          return tv.tv_sec*10e3 + tv.tv_usec * 1.0e-3;          return tv.tv_sec*1.0e3 + tv.tv_usec * 1.0e-3;
562  #else  #else
563          clock_t clk;          clock_t clk;
564          clk = clock();          clk = clock();

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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