Mercurial > libavcodec.hg
diff eval.h @ 7837:20a0f6aba1cb libavcodec
remove one more stuff under #if LIBAVCODEC_VERSION_INT
which was forgotten in r15263
| author | aurel |
|---|---|
| date | Mon, 08 Sep 2008 23:47:50 +0000 |
| parents | c4a4495715dd |
| children | 0de488aa4fb0 |
line wrap: on
line diff
--- a/eval.h Mon Sep 08 19:05:46 2008 +0000 +++ b/eval.h Mon Sep 08 23:47:50 2008 +0000 @@ -28,16 +28,6 @@ #ifndef AVCODEC_EVAL_H #define AVCODEC_EVAL_H -#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) -/** - * @deprecated Use ff_eval2 instead - */ -double ff_eval(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); -#endif - /** * Parses and evaluates an expression. * Note, this is significantly slower than ff_parse_eval()
