Commit 6e234e79 authored by stefano's avatar stefano

Remove stray empty line.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f9e91d40
...@@ -61,7 +61,6 @@ double ff_parse_and_eval_expr(const char *s, const double *const_value, const ch ...@@ -61,7 +61,6 @@ double ff_parse_and_eval_expr(const char *s, const double *const_value, const ch
* @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore * @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore
* NULL if anything went wrong * NULL if anything went wrong
*/ */
AVExpr *ff_parse_expr(const char *s, const char * const *const_name, AVExpr *ff_parse_expr(const char *s, const char * const *const_name,
double (* const *func1)(void *, double), const char * const *func1_name, double (* const *func1)(void *, double), const char * const *func1_name,
double (* const *func2)(void *, double, double), const char * const *func2_name, double (* const *func2)(void *, double, double), const char * const *func2_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment