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

Diff of /trunk/xvidcore/src/xvid.h

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

revision 1883, Tue Mar 9 10:00:30 2010 UTC revision 1890, Tue Aug 10 14:17:40 2010 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.66 2010-03-09 10:00:14 Isibaar Exp $   * $Id: xvid.h,v 1.67 2010-08-10 14:17:23 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1883  
changed lines
  Added in v.1890

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