Mercurial > libavcodec.hg
changeset 11620:29bd5deb7dfc libavcodec
Remove stray empty line.
author | stefano |
---|---|
date | Mon, 12 Apr 2010 21:49:01 +0000 |
parents | 8d3539d6ba3d |
children | 84df190892f4 |
files | eval.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/eval.h Mon Apr 12 20:45:33 2010 +0000 +++ b/eval.h Mon Apr 12 21:49:01 2010 +0000 @@ -61,7 +61,6 @@ * @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore * NULL if anything went wrong */ - AVExpr *ff_parse_expr(const char *s, const char * const *const_name, double (* const *func1)(void *, double), const char * const *func1_name, double (* const *func2)(void *, double, double), const char * const *func2_name,