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

Diff of /branches/dev-api-4/xvidcore/src/xvid.h

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

revision 1113, Wed Aug 6 20:28:18 2003 UTC revision 1115, Thu Aug 7 15:42:50 2003 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.h,v 1.27.2.31 2003-08-06 20:28:18 chl Exp $   * $Id: xvid.h,v 1.27.2.32 2003-08-07 15:42:20 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1113  
changed lines
  Added in v.1115

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