comparison eval.h @ 4139:8772709e26d0 libavcodec

ministry of english grammar :) then->than
author ods15
date Sat, 04 Nov 2006 00:42:50 +0000
parents 70502aaeebd9
children beeb03aad909
comparison
equal deleted inserted replaced
4138:70502aaeebd9 4139:8772709e26d0
35 void *opaque); 35 void *opaque);
36 #endif 36 #endif
37 37
38 /** 38 /**
39 * Parses and evaluates an expression. 39 * Parses and evaluates an expression.
40 * Note, this is significantly slower then ff_parse_eval() 40 * Note, this is significantly slower than ff_parse_eval()
41 * @param s expression as a zero terminated string for example "1+2^3+5*5+sin(2/3)" 41 * @param s expression as a zero terminated string for example "1+2^3+5*5+sin(2/3)"
42 * @param func1 NULL terminated array of function pointers for functions which take 1 argument 42 * @param func1 NULL terminated array of function pointers for functions which take 1 argument
43 * @param func2 NULL terminated array of function pointers for functions which take 2 arguments 43 * @param func2 NULL terminated array of function pointers for functions which take 2 arguments
44 * @param const_name NULL terminated array of zero terminated strings of constant identifers for example {"PI", "E", 0} 44 * @param const_name NULL terminated array of zero terminated strings of constant identifers for example {"PI", "E", 0}
45 * @param func1_name NULL terminated array of zero terminated strings of func1 identifers 45 * @param func1_name NULL terminated array of zero terminated strings of func1 identifers