[FFmpeg-cvslog] r22837 - trunk/libavcodec/eval.h

stefano subversion
Sun Apr 11 16:15:32 CEST 2010


Author: stefano
Date: Sun Apr 11 16:15:32 2010
New Revision: 22837

Log:
Doxument ff_free_expr().

Modified:
   trunk/libavcodec/eval.h

Modified: trunk/libavcodec/eval.h
==============================================================================
--- trunk/libavcodec/eval.h	Sun Apr 11 16:09:05 2010	(r22836)
+++ trunk/libavcodec/eval.h	Sun Apr 11 16:15:32 2010	(r22837)
@@ -73,6 +73,9 @@ AVExpr * ff_parse(const char *s, const c
  */
 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);
 
 /**



More information about the ffmpeg-cvslog mailing list