--- encoder.h 2003/06/28 15:49:11 1.27.2.11 +++ encoder.h 2003/08/07 15:41:57 1.27.2.13 @@ -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.11 2003/06/28 15:49:11 chl Exp $ + * $Id: encoder.h,v 1.27.2.13 2003/08/07 15:41:57 chl Exp $ * ****************************************************************************/ @@ -59,12 +59,12 @@ int plugin_flags; /* frame rate increment & base */ - uint32_t fincr; + int32_t fincr; uint32_t fbase; 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; @@ -164,7 +164,7 @@ xvid_enc_zone_t * zones; /* plugins */ - unsigned int num_plugins; /* note: we store plugin flags in MBPARAM */ + int num_plugins; /* note: we store plugin flags in MBPARAM */ xvid_enc_plugin_t * plugins; /* dquant */