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

Diff of /xvidcore/examples/xvid_bench.c

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

revision 1.26, Wed Oct 26 12:38:33 2005 UTC revision 1.27, Thu Nov 3 05:44:07 2005 UTC
# Line 1829  Line 1829 
1829    int nb_err = 0;    int nb_err = 0;
1830    int32_t v;    int32_t v;
1831    if (sizeof(uint16_t)<2) {    if (sizeof(uint16_t)<2) {
1832      printf( "ERROR: sizeof(uint16_t)<2!\n" );      printf( "ERROR: sizeof(uint16_t)<2 !!\n" );
1833      nb_err++;      nb_err++;
1834    }    }
1835    if (sizeof(int16_t)<2) {    if (sizeof(int16_t)<2) {
1836      printf( "ERROR: sizeof(int16_t)<2!\n" );      printf( "ERROR: sizeof(int16_t)<2 !!\n" );
1837      nb_err++;      nb_err++;
1838    }    }
1839    if (sizeof(uint8_t)!=1) {    if (sizeof(uint8_t)!=1) {
1840      printf( "ERROR: sizeof(uint8_t)!=1!\n" );      printf( "ERROR: sizeof(uint8_t)!=1 !!\n" );
1841      nb_err++;      nb_err++;
1842    }    }
1843    if (sizeof(int8_t)!=1) {    if (sizeof(int8_t)!=1) {
1844      printf( "ERROR: sizeof(uint8_t)!=1!\n" );      printf( "ERROR: sizeof(int8_t)!=1 !!\n" );
1845      nb_err++;      nb_err++;
1846    }    }
1847    if (sizeof(uint32_t)<4) {    if (sizeof(uint32_t)<4) {
1848      printf( "ERROR: sizeof(uint8_t)<4!\n" );      printf( "ERROR: sizeof(uint32_t)<4 !!\n" );
1849      nb_err++;      nb_err++;
1850    }    }
1851    if (sizeof(int32_t)<4) {    if (sizeof(int32_t)<4) {
1852      printf( "ERROR: sizeof(uint32_t)<4!\n" );      printf( "ERROR: sizeof(int32_t)<4 !!\n" );
1853      nb_err++;      nb_err++;
1854    }    }
1855           /* yes, i know, this test is silly. But better be safe than sorry. :) */           /* yes, i know, this test is silly. But better be safe than sorry. :) */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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