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

Diff of /xvidcore/examples/xvid_encraw.c

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

revision 1.7, Thu Dec 26 14:36:06 2002 UTC revision 1.8, Sun Feb 9 19:32:52 2003 UTC
# Line 536  Line 536 
536  /* Return time elapsed time in miliseconds since the program started */  /* Return time elapsed time in miliseconds since the program started */
537  static double msecond()  static double msecond()
538  {  {
539  #ifndef _MSC_VER  #ifndef WIN32
540          struct timeval  tv;          struct timeval  tv;
541          gettimeofday(&tv, 0);          gettimeofday(&tv, 0);
542          return tv.tv_sec*1.0e3 + tv.tv_usec * 1.0e-3;          return tv.tv_sec*1.0e3 + tv.tv_usec * 1.0e-3;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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