diff motion_est_template.c @ 3959:514c6726b83b libavcodec

Fixes: mpegvideo.h:777: warning: ¡Æinline¡Ç is not at beginning of declaration motion_est_template.c:236: warning: ¡Æinline¡Ç is not at beginning of declaration Approved by Diego.
author rathann
date Sun, 08 Oct 2006 21:11:03 +0000
parents c8c591fe26f8
children 34fdffe98bd0
line wrap: on
line diff
--- a/motion_est_template.c	Sun Oct 08 14:32:27 2006 +0000
+++ b/motion_est_template.c	Sun Oct 08 21:11:03 2006 +0000
@@ -233,7 +233,7 @@
     return dmin;
 }
 
-int inline ff_get_mb_score(MpegEncContext * s, int mx, int my, int src_index,
+inline int ff_get_mb_score(MpegEncContext * s, int mx, int my, int src_index,
                                int ref_index, int size, int h, int add_rate)
 {
 //    const int check_luma= s->dsp.me_sub_cmp != s->dsp.mb_cmp;