Mercurial > libavcodec.hg
comparison eval.h @ 11750:d7a5fc4b7aee libavcodec
Fix doxy reference to unexisting function.
| author | stefano |
|---|---|
| date | Thu, 20 May 2010 21:27:01 +0000 |
| parents | c6368258b694 |
| children | 026edf66e3a9 |
comparison
equal
deleted
inserted
replaced
| 11749:c6368258b694 | 11750:d7a5fc4b7aee |
|---|---|
| 76 * @return the value of the expression | 76 * @return the value of the expression |
| 77 */ | 77 */ |
| 78 double ff_eval_expr(AVExpr * e, const double *const_value, void *opaque); | 78 double ff_eval_expr(AVExpr * e, const double *const_value, void *opaque); |
| 79 | 79 |
| 80 /** | 80 /** |
| 81 * Frees a parsed expression previously created with ff_parse(). | 81 * Frees a parsed expression previously created with ff_parse_expr(). |
| 82 */ | 82 */ |
| 83 void ff_free_expr(AVExpr *e); | 83 void ff_free_expr(AVExpr *e); |
| 84 | 84 |
| 85 /** | 85 /** |
| 86 * Parses the string in numstr and returns its value as a double. If | 86 * Parses the string in numstr and returns its value as a double. If |
