--- encoder.h 2003/08/07 15:41:57 1.27.2.13 +++ 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.13 2003/08/07 15:41:57 chl Exp $ + * $Id: encoder.h,v 1.27.2.16 2003/11/05 16:15:47 edgomez Exp $ * ****************************************************************************/ @@ -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;