comparison eval.h @ 11599:192399381906 libavcodec

Doxument ff_free_expr().
author stefano
date Sun, 11 Apr 2010 14:15:32 +0000
parents fce0ed54244c
children 29fda2500178
comparison
equal deleted inserted replaced
11598:0124d6beb415 11599:192399381906
71 * @param opaque a pointer which will be passed to all functions from func1 and func2 71 * @param opaque a pointer which will be passed to all functions from func1 and func2
72 * @return the value of the expression 72 * @return the value of the expression
73 */ 73 */
74 double ff_parse_eval(AVExpr * e, const double *const_value, void *opaque); 74 double ff_parse_eval(AVExpr * e, const double *const_value, void *opaque);
75 75
76 /**
77 * Frees a parsed expression previously created with ff_parse().
78 */
76 void ff_free_expr(AVExpr *e); 79 void ff_free_expr(AVExpr *e);
77 80
78 /** 81 /**
79 * Parses the string in numstr and returns its value as a double. If 82 * Parses the string in numstr and returns its value as a double. If
80 * the string is empty, contains only whitespaces, or does not contain 83 * the string is empty, contains only whitespaces, or does not contain