--- trunk/xvidcore/src/motion/motion_est.h 2003/03/29 10:11:06 959 +++ trunk/xvidcore/src/motion/motion_est.h 2003/03/29 10:21:23 960 @@ -26,7 +26,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: motion_est.h,v 1.3 2003-02-21 14:40:11 syskin Exp $ + * $Id: motion_est.h,v 1.4 2003-03-29 10:21:23 edgomez Exp $ * ***************************************************************************/ @@ -144,6 +144,8 @@ VECTOR directmvF[4]; VECTOR directmvB[4]; const VECTOR * referencemv; +// _BITS stuff + int16_t * dctSpace; } SearchData;