--- trunk/xvidcore/src/motion/motion_smp.h 2006/02/24 22:59:07 1685 +++ trunk/xvidcore/src/motion/motion_smp.h 2006/02/24 23:35:04 1686 @@ -22,7 +22,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_smp.h,v 1.1 2006-02-24 08:46:22 syskin Exp $ + * $Id: motion_smp.h,v 1.2 2006-02-24 23:35:04 suxen_drol Exp $ * ****************************************************************************/ @@ -80,6 +80,9 @@ const IMAGE * fRefHV; int MVmax, mvSum, mvCount; /* out */ + + uint32_t minfcode; + uint32_t minbcode; } SMPmotionData;