diff eval.h @ 6324:e378dca8784f libavcodec

const
author michael
date Sun, 03 Feb 2008 23:25:35 +0000
parents 1d83e9c34641
children 0809b40d9b65
line wrap: on
line diff
--- a/eval.h	Sun Feb 03 17:54:30 2008 +0000
+++ b/eval.h	Sun Feb 03 23:25:35 2008 +0000
@@ -55,7 +55,7 @@
 double ff_eval2(char *s, double *const_value, const char **const_name,
                double (**func1)(void *, double), const char **func1_name,
                double (**func2)(void *, double, double), char **func2_name,
-               void *opaque, char **error);
+               void *opaque, const char **error);
 
 typedef struct ff_expr_s AVEvalExpr;
 
@@ -74,7 +74,7 @@
 AVEvalExpr * ff_parse(char *s, const char **const_name,
                double (**func1)(void *, double), const char **func1_name,
                double (**func2)(void *, double, double), char **func2_name,
-               char **error);
+               const char **error);
 /**
  * Evaluates a previously parsed expression.
  * @param const_value a zero terminated array of values for the identifers from ff_parse const_name