Commit de9240f1 authored by stefano's avatar stefano

Doxument ff_free_expr().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7004b32d
......@@ -73,6 +73,9 @@ AVExpr * ff_parse(const char *s, const char * const *const_name,
*/
double ff_parse_eval(AVExpr * e, const double *const_value, void *opaque);
/**
* Frees a parsed expression previously created with ff_parse().
*/
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