[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 1066, Wed Jun 11 14:10:59 2003 UTC revision 1095, Thu Jul 24 13:09:27 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.25 2003-06-11 14:10:45 Isibaar Exp $   * $Id: xvid.h,v 1.27.2.28 2003-07-24 13:09:27 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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 "0013"  #define XVID_BS_VERSION "0014"
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.1066  
changed lines
  Added in v.1095

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