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

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

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

revision 706, Wed Dec 11 11:03:37 2002 UTC revision 707, Thu Dec 12 10:38:28 2002 UTC
# Line 28  Line 28 
28  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not  *               ToDo ? : when BFRAMES is defined, the API_VERSION should not
29  *                        be the same (3.0 ?)  *                        be the same (3.0 ?)
30  *  *
31  *  $Id: xvid.h,v 1.17.2.13 2002-12-09 10:47:05 suxen_drol Exp $  *  $Id: xvid.h,v 1.17.2.14 2002-12-12 10:37:44 suxen_drol Exp $
32  *  *
33  *****************************************************************************/  *****************************************************************************/
34    
# Line 159  Line 159 
159   ****************************************************************************/   ****************************************************************************/
160    
161  /* Flags for XVID_DEC_FRAME.general */  /* Flags for XVID_DEC_FRAME.general */
162    #define XVID_DEC_LOWDELAY               0x00000001      /* decode lowdelay mode (ie. video-for-windows) */
163  #define XVID_QUICK_DECODE               0x00000010  #define XVID_QUICK_DECODE               0x00000010
164    
165  /*****************************************************************************  /*****************************************************************************
# Line 176  Line 177 
177    
178  #define XVID_DEC_VOP    0  #define XVID_DEC_VOP    0
179  #define XVID_DEC_VOL    1  #define XVID_DEC_VOL    1
180    #define XVID_DEC_NOTHING        2       /* nothing was decoded */
181    
182          typedef struct          typedef struct
183          {          {

Legend:
Removed from v.706  
changed lines
  Added in v.707

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