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

Diff of /trunk/xvidcore/examples/xvid_decraw.c

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

revision 547, Fri Sep 27 18:33:13 2002 UTC revision 551, Fri Sep 27 20:58:30 2002 UTC
# Line 19  Line 19 
19   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: xvid_decraw.c,v 1.2 2002-09-27 18:33:13 edgomez Exp $   * $Id: xvid_decraw.c,v 1.3 2002-09-27 20:58:30 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.547  
changed lines
  Added in v.551

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