--- motion.h 2010/12/18 16:02:00 1.26 +++ motion.h 2010/12/28 19:19:43 1.28 @@ -21,7 +21,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.h,v 1.26 2010/12/18 16:02:00 Isibaar Exp $ + * $Id: motion.h,v 1.28 2010/12/28 19:19:43 Isibaar Exp $ * ***************************************************************************/ @@ -71,7 +71,8 @@ const IMAGE * const b_ref, const IMAGE * const b_refH, const IMAGE * const b_refV, - const IMAGE * const b_refHV); + const IMAGE * const b_refHV, + const int num_slices); void GMEanalysis(const MBParam * const pParam, @@ -143,7 +144,7 @@ const uint32_t edged_width, const int32_t quarterpel, const int32_t rounding, - const uint8_t * const tmp); + uint8_t * const tmp); void MBMotionCompensationBVOP(MBParam * pParam, @@ -160,6 +161,6 @@ const IMAGE * const b_refv, const IMAGE * const b_refhv, int16_t * dct_codes, - const uint8_t * const tmp); + uint8_t * const tmp); #endif /* _MOTION_H_ */