--- xvid.h 2003/06/02 11:46:47 1.27.2.21 +++ xvid.h 2003/06/28 15:50:10 1.27.2.26 @@ -3,23 +3,23 @@ * XVID MPEG-4 VIDEO CODEC * - XviD Main header file - * - * This file is part of XviD, a free MPEG-4 video encoder/decoder + * Copyright(C) 2001-2003 Peter Ross * - * This program is free software; you can redistribute it and/or modify + * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation ; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * but WITHOUT ANY WARRANTY ; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid.h,v 1.27.2.21 2003/06/02 11:46:47 suxen_drol Exp $ + * $Id: xvid.h,v 1.27.2.26 2003/06/28 15:50:10 chl Exp $ * ****************************************************************************/ @@ -67,7 +67,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION "0009" +#define XVID_BS_VERSION "0013" /***************************************************************************** @@ -99,7 +99,7 @@ #define XVID_CSP_BGRA 6 /* 32-bit bgra packed */ #define XVID_CSP_ABGR 7 /* 32-bit abgr packed */ #define XVID_CSP_RGBA 8 /* 32-bit rgba packed */ -#define XVID_CSP_BGR 9 /* 32-bit bgr packed */ +#define XVID_CSP_BGR 9 /* 24-bit bgr packed */ #define XVID_CSP_RGB555 10 /* 16-bit rgb555 packed */ #define XVID_CSP_RGB565 11 /* 16-bit rgb565 packed */ #define XVID_CSP_SLICE 12 /* decoder only: 4:2:0 planar, per slice rendering */ @@ -558,7 +558,10 @@ XVID_ME_UNRESTRICTED16 = 0x00200000, /* unrestricted ME, not implemented */ XVID_ME_OVERLAPPING16 = 0x00400000, /* overlapping ME, not implemented */ XVID_ME_UNRESTRICTED8 = 0x20000000, /* unrestricted ME, not implemented */ - XVID_ME_OVERLAPPING8 = 0x40000000 /* overlapping ME, not implemented */ + XVID_ME_OVERLAPPING8 = 0x40000000, /* overlapping ME, not implemented */ + + XVID_GME_REFINE = 0x00010000 + } xvid_motion_t;