--- encoder.h 2003/06/09 13:50:44 1.27.2.10 +++ encoder.h 2003/08/02 15:08:24 1.27.2.12 @@ -20,7 +20,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: encoder.h,v 1.27.2.10 2003/06/09 13:50:44 edgomez Exp $ + * $Id: encoder.h,v 1.27.2.12 2003/08/02 15:08:24 edgomez Exp $ * ****************************************************************************/ @@ -64,7 +64,7 @@ int profile; - xvid_global_t global_flags; + int global_flags; int bquant_ratio; int bquant_offset; int frame_drop_ratio; @@ -89,7 +89,7 @@ /* vars that not "quite" frame independant */ uint32_t m_rounding_type; uint32_t m_fcode; - xvid_vol_t vol_flags; + int vol_flags; int64_t m_stamp; } @@ -123,9 +123,9 @@ { int frame_num; int fincr; - xvid_vol_t vol_flags; - xvid_vop_t vop_flags; - xvid_motion_t motion_flags; + int vol_flags; + int vop_flags; + int motion_flags; int coding_type; uint32_t quant; @@ -143,6 +143,7 @@ WARPPOINTS warp; /* as in bitstream */ GMC_DATA gmc_data; /* common data for all MBs */ + NEW_GMC_DATA new_gmc_data; /* common data for all MBs */ int length; /* the encoded size of this frame */