changeset 11750:d7a5fc4b7aee libavcodec

Fix doxy reference to unexisting function.
author stefano
date Thu, 20 May 2010 21:27:01 +0000
parents c6368258b694
children 378caf7b42ef
files eval.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/eval.h	Wed May 19 22:55:29 2010 +0000
+++ b/eval.h	Thu May 20 21:27:01 2010 +0000
@@ -78,7 +78,7 @@
 double ff_eval_expr(AVExpr * e, const double *const_value, void *opaque);
 
 /**
- * Frees a parsed expression previously created with ff_parse().
+ * Frees a parsed expression previously created with ff_parse_expr().
  */
 void ff_free_expr(AVExpr *e);