[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.1.2.3, Sun Jan 19 15:13:47 2003 UTC revision 1.1.2.4, Sun Feb 9 06:46:54 2003 UTC
# Line 56  Line 56 
56  #include <stdlib.h>  #include <stdlib.h>
57  #include <string.h>  #include <string.h>
58  #include <math.h>  #include <math.h>
59  #ifndef _MSC_VER  #ifndef WIN32
60  #include <sys/time.h>  #include <sys/time.h>
61  #else  #else
62  #include <time.h>  #include <time.h>
# Line 430  Line 430 
430  static double  static double
431  msecond()  msecond()
432  {  {
433  #ifndef _MSC_VER  #ifndef WIN32
434          struct timeval  tv;          struct timeval  tv;
435          gettimeofday(&tv, 0);          gettimeofday(&tv, 0);
436          return (double)tv.tv_sec*1.0e3 + (double)tv.tv_usec*1.0e-3;          return (double)tv.tv_sec*1.0e3 + (double)tv.tv_usec*1.0e-3;

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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