--- trunk/xvidcore/src/encoder.h 2002/11/16 23:38:16 648 +++ trunk/xvidcore/src/encoder.h 2002/11/28 07:27:37 686 @@ -50,7 +50,7 @@ * exception also makes it possible to release a modified version which * carries forward this exception. * - * $Id: encoder.h,v 1.24 2002-11-16 23:38:16 edgomez Exp $ + * $Id: encoder.h,v 1.26 2002-11-28 07:27:37 suxen_drol Exp $ * ****************************************************************************/ @@ -106,10 +106,6 @@ uint32_t fincr; uint32_t fbase; -#ifdef _SMP - int num_threads; -#endif - /* rounding type; alternate 0-1 after each interframe */ /* 1 <= fixed_code <= 4 automatically adjusted using motion vector statistics inside @@ -172,7 +168,7 @@ int iMaxKeyInterval; int bitrate; - // images + /* images */ FRAMEINFO *current; FRAMEINFO *reference;