--- encoder.h 2003/08/02 15:08:24 1.27.2.12 +++ encoder.h 2003/11/05 16:15:47 1.27.2.16 @@ -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.12 2003/08/02 15:08:24 edgomez Exp $ + * $Id: encoder.h,v 1.27.2.16 2003/11/05 16:15:47 edgomez Exp $ * ****************************************************************************/ @@ -59,7 +59,7 @@ int plugin_flags; /* frame rate increment & base */ - uint32_t fincr; + int32_t fincr; uint32_t fbase; int profile; @@ -72,6 +72,10 @@ int min_quant[3]; int max_quant[3]; + int par; + int par_width; + int par_height; + #ifdef _SMP int num_threads; #endif @@ -146,8 +150,9 @@ NEW_GMC_DATA new_gmc_data; /* common data for all MBs */ int length; /* the encoded size of this frame */ - + Statistics sStat; + int is_edged, is_interpolated; } FRAMEINFO; @@ -164,7 +169,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 */