Commit 80ed7014 authored by Stefano Sabatini's avatar Stefano Sabatini

Doxument ff_free_expr().

Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 21302fed
...@@ -73,6 +73,9 @@ AVExpr * ff_parse(const char *s, const char * const *const_name, ...@@ -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); 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); 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