[PATCH 01/18] Doxument ff_free_expr().
Stefano Sabatini
stefano.sabatini-lala
Wed Apr 7 01:26:49 CEST 2010
---
libavcodec/eval.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavcodec/eval.h b/libavcodec/eval.h
index 7935fc8..4b36483 100644
--- a/libavcodec/eval.h
+++ b/libavcodec/eval.h
@@ -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);
/**
--
1.7.0
--oyUTqETQ0mS9luUI--
More information about the ffmpeg-devel
mailing list