summaryrefslogtreecommitdiff
path: root/libavcodec/eval.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-12 21:49:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-04-12 21:49:01 +0000
commit85c36856ff40dd57277dec6bb08f3376a6966375 (patch)
tree954ab333e5730caad6b529e72b18e54560f7859d /libavcodec/eval.h
parent08255107cf4f206a8172ffdf7abe5ffa4817dd3f (diff)
Remove stray empty line.
Originally committed as revision 22864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.h')
-rw-r--r--libavcodec/eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/eval.h b/libavcodec/eval.h
index 9ba5571cd7..bd72a2ef95 100644
--- a/libavcodec/eval.h
+++ b/libavcodec/eval.h
@@ -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
* 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,