diff eval.h @ 11599:192399381906 libavcodec

Doxument ff_free_expr().
author stefano
date Sun, 11 Apr 2010 14:15:32 +0000
parents fce0ed54244c
children 29fda2500178
line wrap: on
line diff
--- a/eval.h	Sun Apr 11 14:09:05 2010 +0000
+++ b/eval.h	Sun Apr 11 14:15:32 2010 +0000
@@ -73,6 +73,9 @@
  */
 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);
 
 /**