# HG changeset patch # User benoit # Date 1208766731 0 # Node ID 4866b892ecbee7bd2f39c7c4b8207a37622e63e5 # Parent 7ecd59aa57575131bfca46ba88b2d31178becfe5 Force inlining of MPV_motion_internal. Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM diff -r 7ecd59aa5757 -r 4866b892ecbe mpegvideo_common.h --- a/mpegvideo_common.h Mon Apr 21 08:30:54 2008 +0000 +++ b/mpegvideo_common.h Mon Apr 21 08:32:11 2008 +0000 @@ -635,7 +635,7 @@ * @param pic_op qpel motion compensation function (average or put normally) * the motion vectors are taken from s->mv and the MV type from s->mv_type */ -static inline void MPV_motion_internal(MpegEncContext *s, +static av_always_inline void MPV_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture,