Doxument ff_free_expr().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 11 Apr 2010 14:15:32 +0000 (14:15 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 11 Apr 2010 14:15:32 +0000 (14:15 +0000)
Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/eval.h

index 7935fc8..4b36483 100644 (file)
@@ -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);
 
 /**