Commit 15d49aaa authored by stefano's avatar stefano

Fix doxy reference to unexisting function.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23203 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c93dc009
......@@ -78,7 +78,7 @@ AVExpr *ff_parse_expr(const char *s,
double ff_eval_expr(AVExpr * e, const double *const_value, void *opaque);
/**
* Frees a parsed expression previously created with ff_parse().
* Frees a parsed expression previously created with ff_parse_expr().
*/
void ff_free_expr(AVExpr *e);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment