diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-20 21:27:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-20 21:27:01 +0000 |
commit | 4d2f703a34bae1bf0a56a751fa5546466ac1f03c (patch) | |
tree | 59ca4966dac9713845ad3d85bdb8659916ee3f35 /libavcodec | |
parent | fbfccc0404e731defa881bb31f62ddf682c33de7 (diff) | |
download | ffmpeg-4d2f703a34bae1bf0a56a751fa5546466ac1f03c.tar.gz |
Fix doxy reference to unexisting function.
Originally committed as revision 23203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/eval.h | 2 |
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); |