[cvs] / xvidcore / src / xvid.h Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.h

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

revision 1.27.2.31, Wed Aug 6 20:28:18 2003 UTC revision 1.27.2.32, Thu Aug 7 15:42:20 2003 UTC
# Line 188  Line 188 
188  /* XVID_GBL_INIT param1 */  /* XVID_GBL_INIT param1 */
189  typedef struct {  typedef struct {
190          int version;          int version;
191          int cpu_flags; /* [in:opt] zero = autodetect cpu; XVID_CPU_FORCE|{cpu features} = force cpu features */          unsigned int cpu_flags; /* [in:opt] zero = autodetect cpu; XVID_CPU_FORCE|{cpu features} = force cpu features */
192          int debug;     /* [in:opt] debug level */          int debug;     /* [in:opt] debug level */
193  } xvid_gbl_init_t;  } xvid_gbl_init_t;
194    
# Line 198  Line 198 
198          int version;          int version;
199          int actual_version; /* [out] returns the actual xvidcore version */          int actual_version; /* [out] returns the actual xvidcore version */
200          const char * build; /* [out] if !null, points to description of this xvid core build */          const char * build; /* [out] if !null, points to description of this xvid core build */
201          int cpu_flags;      /* [out] detected cpu features */          unsigned int cpu_flags;      /* [out] detected cpu features */
202          int num_threads;    /* [out] detected number of cpus/threads */          int num_threads;    /* [out] detected number of cpus/threads */
203  } xvid_gbl_info_t;  } xvid_gbl_info_t;
204    

Legend:
Removed from v.1.27.2.31  
changed lines
  Added in v.1.27.2.32

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