Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Mierzejewski <dominik@rangers.eu.org>2006-10-09 01:11:03 +0400
committerDominik Mierzejewski <dominik@rangers.eu.org>2006-10-09 01:11:03 +0400
commit621d92940efc196bad203da5f9a402cb4401f324 (patch)
tree08f23cd216f25436a8d3bac8b0af39ab2637fd40 /libavcodec/motion_est_template.c
parent214019ed3238f020757bdcff7bbb0cbd61e77a12 (diff)
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. Originally committed as revision 6591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r--libavcodec/motion_est_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c
index a3ea4f4951..47454c5fd2 100644
--- a/libavcodec/motion_est_template.c
+++ b/libavcodec/motion_est_template.c
@@ -233,7 +233,7 @@ static int no_sub_motion_search(MpegEncContext * s,
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;