[svn] / branches / dev-api-3 / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/xvid.c

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

revision 757, Fri Jan 3 12:45:30 2003 UTC revision 758, Fri Jan 3 16:25:14 2003 UTC
# Line 37  Line 37 
37   *  - 22.12.2001  API change: added xvid_init() - Isibaar   *  - 22.12.2001  API change: added xvid_init() - Isibaar
38   *  - 16.12.2001        inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  - 16.12.2001        inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
39   *   *
40   *  $Id: xvid.c,v 1.33.2.20 2003-01-02 13:58:54 suxen_drol Exp $   *  $Id: xvid.c,v 1.33.2.21 2003-01-03 16:25:14 suxen_drol Exp $
41   *   *
42   ****************************************************************************/   ****************************************************************************/
43    
44    #include <stdio.h>
45  #include <stdlib.h>  #include <stdlib.h>
46    #include <string.h>
47  #include <time.h>  #include <time.h>
48    
49  #include "xvid.h"  #include "xvid.h"
# Line 708  Line 710 
710          }          }
711    
712          /* print the "average difference" of best/worst transforms */          /* print the "average difference" of best/worst transforms */
713          printf("%s:\t%I64i\t(min_error:%i, max_error:%i)\n", nameB, timeB / count, min_error, max_error);          printf("%s:\t%i\t(min_error:%i, max_error:%i)\n", nameB, (int)(timeB / count), min_error, max_error);
714    
715          return 0;          return 0;
716  }  }
# Line 790  Line 792 
792                  }                  }
793          }          }
794    
795          printf("%s:\t%I64i", nameB, timeB / count);          printf("%s:\t%i", nameB, (int)(timeB / count));
796          if (errors>0)          if (errors>0)
797                  printf("\t(%i errors out of %i)", errors, count);                  printf("\t(%i errors out of %i)", errors, count);
798          printf("\n");          printf("\n");

Legend:
Removed from v.757  
changed lines
  Added in v.758

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