summaryrefslogtreecommitdiff
path: root/libavcodec/eval.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-20 21:27:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-20 21:27:01 +0000
commit4d2f703a34bae1bf0a56a751fa5546466ac1f03c (patch)
tree59ca4966dac9713845ad3d85bdb8659916ee3f35 /libavcodec/eval.h
parentfbfccc0404e731defa881bb31f62ddf682c33de7 (diff)
Fix doxy reference to unexisting function.
Originally committed as revision 23203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.h')
-rw-r--r--libavcodec/eval.h2
1 files changed, 1 insertions, 1 deletions
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);