[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.66, Tue Mar 9 10:00:14 2010 UTC revision 1.67, Tue Aug 10 14:17:23 2010 UTC
# Line 73  Line 73 
73   * doesnt hurt but not increasing it could cause difficulty for decoders in the   * doesnt hurt but not increasing it could cause difficulty for decoders in the
74   * future   * future
75   */   */
76  #define XVID_BS_VERSION 56  #define XVID_BS_VERSION 57
77    
78  /*****************************************************************************  /*****************************************************************************
79   * error codes   * error codes
# Line 236  Line 236 
236  extern int xvid_decore(void *handle, int opt, void *param1, void *param2);  extern int xvid_decore(void *handle, int opt, void *param1, void *param2);
237    
238  /* XVID_DEC_CREATE param 1  /* XVID_DEC_CREATE param 1
239          image width & height may be specified here when the dimensions are          image width & height as well as FourCC code may be specified
240          known in advance. */          here when known in advance (e.g. being read from container) */
241  typedef struct {  typedef struct {
242          int version;          int version;
243          int width;     /* [in:opt] image width */          int width;     /* [in:opt] image width */
244          int height;    /* [in:opt] image width */          int height;    /* [in:opt] image width */
245          void * handle; /* [out]    decore context handle */          void * handle; /* [out]    decore context handle */
246            int fourcc;     /* [in:opt] fourcc of the video */
247  } xvid_dec_create_t;  } xvid_dec_create_t;
248    
249    

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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