Mercurial > libavcodec.hg
changeset 11595:116f25bad5fb libavcodec
Move AVEvalExpr declaration at the beginning of the file, where it is
less distracting.
author | stefano |
---|---|
date | Sun, 11 Apr 2010 11:47:24 +0000 |
parents | 7942a09aac64 |
children | e22a96273dc4 |
files | eval.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/eval.h Sat Apr 10 17:32:41 2010 +0000 +++ b/eval.h Sun Apr 11 11:47:24 2010 +0000 @@ -28,6 +28,8 @@ #ifndef AVCODEC_EVAL_H #define AVCODEC_EVAL_H +typedef struct ff_expr_s AVEvalExpr; + /** * Parses and evaluates an expression. * Note, this is significantly slower than ff_parse_eval() @@ -47,8 +49,6 @@ double (**func2)(void *, double, double), const char **func2_name, void *opaque, const char **error); -typedef struct ff_expr_s AVEvalExpr; - /** * Parses a expression. * @param s expression as a zero terminated string for example "1+2^3+5*5+sin(2/3)"