--- trunk/xvidcore/src/encoder.h 2002/09/04 21:03:29 400 +++ trunk/xvidcore/src/encoder.h 2002/10/19 11:41:12 603 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - Encoder header - * - * Copyright(C) 2002 Michael Militzer + * Copyright(C) 2002 Michael Militzer * * This program is an implementation of a part of one or more MPEG-4 * Video tools as specified in ISO/IEC 14496-2 standard. Those intending @@ -28,6 +28,8 @@ * 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.23 2002-10-19 11:41:11 edgomez Exp $ + * ****************************************************************************/ #ifndef _ENCODER_H_ @@ -158,9 +160,7 @@ #endif IMAGE vInterH; IMAGE vInterV; - IMAGE vInterVf; IMAGE vInterHV; - IMAGE vInterHVf; Statistics sStat; RateControl rate_control;