[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.24, Tue Jun 10 09:02:55 2003 UTC revision 1.27.2.29, Mon Jul 28 12:29:01 2003 UTC
# Line 67  Line 67 
67   * 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
68   * future   * future
69   */   */
70  #define XVID_BS_VERSION "0011"  #define XVID_BS_VERSION "0016"
71    
72    
73  /*****************************************************************************  /*****************************************************************************
# Line 523  Line 523 
523    
524      /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */      /* only valid for vol_flags|=XVID_VOL_REDUCED_ENABLED */
525      XVID_VOP_REDUCED            = 0x00001000, /* reduced resolution vop */      XVID_VOP_REDUCED            = 0x00001000, /* reduced resolution vop */
526    
527        XVID_VOP_CARTOON                    = 0x00002000, /* use 'cartoon mode' */
528    
529  } xvid_vop_t;  } xvid_vop_t;
530    
531    
# Line 558  Line 561 
561      XVID_ME_UNRESTRICTED16      = 0x00200000, /* unrestricted ME, not implemented */      XVID_ME_UNRESTRICTED16      = 0x00200000, /* unrestricted ME, not implemented */
562      XVID_ME_OVERLAPPING16       = 0x00400000, /* overlapping ME, not implemented */      XVID_ME_OVERLAPPING16       = 0x00400000, /* overlapping ME, not implemented */
563      XVID_ME_UNRESTRICTED8       = 0x20000000, /* unrestricted ME, not implemented */      XVID_ME_UNRESTRICTED8       = 0x20000000, /* unrestricted ME, not implemented */
564      XVID_ME_OVERLAPPING8        = 0x40000000 /* overlapping ME, not implemented */      XVID_ME_OVERLAPPING8        = 0x40000000, /* overlapping ME, not implemented */
565    
566        XVID_GME_REFINE  = 0x00010000
567    
568  } xvid_motion_t;  } xvid_motion_t;
569    
570    

Legend:
Removed from v.1.27.2.24  
changed lines
  Added in v.1.27.2.29

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