X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fmotion_est.c;h=1f25772615cae2d9fbe7081118327bb654b1fb29;hp=35c0981f4c423f964c1a2fa84108f43d270344f0;hb=ef9f730675b17f273ff5a39f3c99c71a6e96005a;hpb=f5f170d2313ae409fda13143115a0b27bc0826fe diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 35c0981f4c..1f25772615 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -302,7 +302,7 @@ static void set_cmp(MpegEncContext *s, me_cmp_func *cmp, int type){ default: fprintf(stderr,"internal error in cmp function selection\n"); } -}; +} static inline int get_penalty_factor(MpegEncContext *s, int type){ switch(type&0xFF){