changeset 11599:192399381906 libavcodec

Doxument ff_free_expr().
author stefano
date Sun, 11 Apr 2010 14:15:32 +0000
parents 0124d6beb415
children 2b35577e49db
files eval.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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);
 
 /**