[FFmpeg-cvslog] r23203 - trunk/libavcodec/eval.h
stefano
subversion
Thu May 20 23:27:01 CEST 2010
Author: stefano
Date: Thu May 20 23:27:01 2010
New Revision: 23203
Log:
Fix doxy reference to unexisting function.
Modified:
trunk/libavcodec/eval.h
Modified: trunk/libavcodec/eval.h
==============================================================================
--- trunk/libavcodec/eval.h Thu May 20 20:34:44 2010 (r23202)
+++ trunk/libavcodec/eval.h Thu May 20 23:27:01 2010 (r23203)
@@ -78,7 +78,7 @@ AVExpr *ff_parse_expr(const char *s,
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);
More information about the ffmpeg-cvslog
mailing list