From 4d2f703a34bae1bf0a56a751fa5546466ac1f03c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 20 May 2010 21:27:01 +0000 Subject: [PATCH] Fix doxy reference to unexisting function. Originally committed as revision 23203 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/eval.h b/libavcodec/eval.h index 5f208e599a..d0004b1a14 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -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);