[FFmpeg-cvslog] r23403 - in trunk/libavcodec: eval.c eval.h
Reinhard Tartler
siretart
Tue Jun 1 11:54:07 CEST 2010
On Di, Jun 01, 2010 at 10:07:12 (CEST), stefano wrote:
> Author: stefano
> Date: Tue Jun 1 10:07:12 2010
> New Revision: 23403
>
> Log:
> Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:
> const_name -> const_names
> const_value -> const_values
> func[12]_name -> func[12]_names
> func[12] -> funcs[12]
this broke compilation of mplayer:
libmpcodecs/vf_geq.c: In function 'vf_open':
libmpcodecs/vf_geq.c:175: warning: initialization from incompatible pointer type
libmpcodecs/vf_geq.c:176: warning: initialization from incompatible pointer type
libmpcodecs/vf_geq.c:177: warning: initialization from incompatible pointer type
libmpcodecs/vf_geq.c:178: warning: initialization from incompatible pointer type
libmpcodecs/vf_geq.c:181: warning: passing argument 1 of 'ff_parse_and_eval_expr' from incompatible pointer type
./libavcodec/eval.h:49: note: expected 'double *' but argument is of type 'char *'
libmpcodecs/vf_geq.c:181: warning: passing argument 2 of 'ff_parse_and_eval_expr' from incompatible pointer type
./libavcodec/eval.h:49: note: expected 'const char *' but argument is of type 'const char **'
libmpcodecs/vf_geq.c:181: warning: passing argument 6 of 'ff_parse_and_eval_expr' from incompatible pointer type
./libavcodec/eval.h:49: note: expected 'double (* const*)(void *, double)' but argument is of type 'double (**)(void *, double, double)'
libmpcodecs/vf_geq.c:181: error: too few arguments to function 'ff_parse_and_eval_expr'
make: *** [libmpcodecs/vf_geq.o] Error 1
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the ffmpeg-cvslog
mailing list