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

Diff of /xvidcore/examples/xvid_decraw.c

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

revision 1.2, Fri Sep 27 18:33:13 2002 UTC revision 1.3, Fri Sep 27 20:58:30 2002 UTC
# Line 429  Line 429 
429  #ifndef _MSC_VER  #ifndef _MSC_VER
430          struct timeval  tv;          struct timeval  tv;
431          gettimeofday(&tv, 0);          gettimeofday(&tv, 0);
432          return tv.tv_sec*10e3 + tv.tv_usec * 1.0e-3;          return (double)tv.tv_sec*1.0e3 + (double)tv.tv_usec*1.0e-3;
433  #else  #else
434          clock_t clk;          clock_t clk;
435          clk = clock();          clk = clock();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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