--- bitstream.h 2002/12/18 13:29:16 1.10.2.4 +++ bitstream.h 2003/03/26 10:39:53 1.17.2.2 @@ -93,6 +93,7 @@ //#define VIDOBJLAY_TYPE_CORE_SCALABLE 11 #define VIDOBJLAY_TYPE_ACE 12 //#define VIDOBJLAY_TYPE_SIMPLE_FBA 13 +#define VIDOBJLAY_TYPE_ASP 17 //#define VIDOBJLAY_AR_SQUARE 1 @@ -149,12 +150,11 @@ uint32_t * fcode_forward, uint32_t * fcode_backward, uint32_t * intra_dc_threshold, - VECTOR * gmc_mv); + WARPPOINTS * gmc_warp); void BitstreamWriteVolHeader(Bitstream * const bs, - const MBParam * pParam, - const FRAMEINFO * const frame); + const MBParam * pParam); void BitstreamWriteVopHeader(Bitstream * const bs, const MBParam * pParam,