[svn] / branches / dev-api-4 / xvidcore / examples / xvid_stat.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/examples/xvid_stat.c

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

revision 728, Wed Dec 18 20:48:25 2002 UTC revision 729, Wed Dec 18 21:48:46 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_stat.c,v 1.17 2002-12-18 20:48:25 edgomez Exp $   * $Id: xvid_stat.c,v 1.18 2002-12-18 21:48:46 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 205  Line 205 
205          double totaldectime=0.;          double totaldectime=0.;
206    
207          long totalsize=0;          long totalsize=0;
208          long hints_size;          long hints_size = 0;
209          int status;          int status;
210          int bigendian;          int bigendian = 0;
211    
212          long m4v_size;          long m4v_size = 0;
213          long frame_type[ABS_MAXFRAMENR];          long frame_type[ABS_MAXFRAMENR];
214          int Iframes=0, Pframes=0, use_assembler=0;          int Iframes=0, Pframes=0, use_assembler=0;
215          double framepsnr[ABS_MAXFRAMENR];          double framepsnr[ABS_MAXFRAMENR];
# Line 413  Line 413 
413                  bigendian = 1;                  bigendian = 1;
414          else          else
415                  bigendian = 0;                  bigendian = 0;
416            totalsize = 0;
417    
418  /*****************************************************************************  /*****************************************************************************
419   *                            Main loop   *                            Main loop

Legend:
Removed from v.728  
changed lines
  Added in v.729

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