Mercurial > libavcodec.hg
diff eval.h @ 11614:ab7aceed5286 libavcodec
Rename ff_parse() to ff_parse_expr().
The new name is more expressive and fits better in the overall naming
scheme for the revisited eval API.
| author | stefano |
|---|---|
| date | Mon, 12 Apr 2010 19:21:15 +0000 |
| parents | 414a7cdaa54d |
| children | 17ce5438a9c9 |
line wrap: on
line diff
--- a/eval.h Mon Apr 12 19:21:08 2010 +0000 +++ b/eval.h Mon Apr 12 19:21:15 2010 +0000 @@ -61,7 +61,7 @@ * @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore * NULL if anything went wrong */ -AVExpr * ff_parse(const char *s, const char * const *const_name, +AVExpr *ff_parse_expr(const char *s, const char * const *const_name, double (**func1)(void *, double), const char **func1_name, double (**func2)(void *, double, double), const char **func2_name, const char **error);
