Mercurial > libavcodec.hg
diff eval.h @ 11605:414a7cdaa54d libavcodec
Rename ff_eval2() to ff_parse_and_eval_expr().
The new name better expresses what the function does.
| author | stefano |
|---|---|
| date | Sun, 11 Apr 2010 22:32:04 +0000 |
| parents | 6bab1bfac3bb |
| children | ab7aceed5286 |
line wrap: on
line diff
--- a/eval.h Sun Apr 11 22:32:01 2010 +0000 +++ b/eval.h Sun Apr 11 22:32:04 2010 +0000 @@ -43,7 +43,7 @@ * @param opaque a pointer which will be passed to all functions from func1 and func2 * @return the value of the expression */ -double ff_eval2(const char *s, const double *const_value, const char * const *const_name, +double ff_parse_and_eval_expr(const char *s, const double *const_value, const char * const *const_name, double (**func1)(void *, double), const char **func1_name, double (**func2)(void *, double, double), const char **func2_name, void *opaque, const char **error);
