--- branches/dev-api-4/xvidcore/src/xvid.h 2003/06/09 19:42:25 1058 +++ branches/dev-api-4/xvidcore/src/xvid.h 2003/06/11 14:10:59 1066 @@ -19,7 +19,7 @@ * 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.23 2003-06-09 19:42:12 edgomez Exp $ + * $Id: xvid.h,v 1.27.2.25 2003-06-11 14:10:45 Isibaar Exp $ * ****************************************************************************/ @@ -67,7 +67,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION "0011" +#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 */