[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 1637, Tue Sep 20 11:19:34 2005 UTC revision 1646, Fri Oct 7 15:02:28 2005 UTC
# Line 20  Line 20 
20   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid_decraw.c,v 1.21 2005-09-20 11:19:34 suxen_drol Exp $   * $Id: xvid_decraw.c,v 1.22 2005-10-07 15:02:28 suxen_drol Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 497  Line 497 
497  #else  #else
498          clock_t clk;          clock_t clk;
499          clk = clock();          clk = clock();
500          return(clk * 1000 / CLOCKS_PER_SEC);          return(clk * 1000.0 / CLOCKS_PER_SEC);
501  #endif  #endif
502  }  }
503    

Legend:
Removed from v.1637  
changed lines
  Added in v.1646

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