diff motion_est.c @ 4283:d6f83e2f8804 libavcodec

rename always_inline to av_always_inline and move to common.h
author mru
date Fri, 08 Dec 2006 00:35:08 +0000
parents 9b74144471c5
children ffa6f24a0c0f
line wrap: on
line diff
--- a/motion_est.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/motion_est.c	Fri Dec 08 00:35:08 2006 +0000
@@ -103,7 +103,7 @@
            + (chroma ? FLAG_CHROMA : 0);
 }
 
-static always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby,
+static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby,
                       const int size, const int h, int ref_index, int src_index,
                       me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){
     MotionEstContext * const c= &s->me;