[FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations

Michael Niedermayer michaelni
Fri Apr 18 19:06:23 CEST 2008


On Wed, Apr 16, 2008 at 10:31:34PM +0200, Keiji Costantini wrote:
[...]
> >From 6b5625a8caa022d04cc9c05aff4e6ec5b623fe4b Mon Sep 17 00:00:00 2001
> From: strites <strites at gmail.com>
> Date: Wed, 16 Apr 2008 22:16:42 +0200
> Subject: [PATCH] Inline patch
> 
> ---
>  libavcodec/mpegvideo_common.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
> index dfc5897..4f3396f 100644
> --- a/libavcodec/mpegvideo_common.h
> +++ b/libavcodec/mpegvideo_common.h
> @@ -635,7 +635,7 @@ static inline void prefetch_motion(MpegEncContext *s, uint8_t **pix, int dir){
>   * @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,

looks ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080418/aca948f7/attachment.pgp>



More information about the ffmpeg-devel mailing list