Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Cox <melbournemark+ffmpeg@gmail.com>2007-05-02 13:13:47 +0400
committerBenoit Fouet <benoit.fouet@free.fr>2007-05-02 13:13:47 +0400
commit671adb174250d6b0fc7a562ac810680a6df155e7 (patch)
tree9d7bded6f40545b2a6643ac1c6f116638eb598ea /libavcodec/eval.h
parent29644cb504eee88bd40f95abaa392047946c6066 (diff)
patch so that the deprecated items show up correctly
when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.h')
-rw-r--r--libavcodec/eval.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/eval.h b/libavcodec/eval.h
index b52199cf4c..71993c5628 100644
--- a/libavcodec/eval.h
+++ b/libavcodec/eval.h
@@ -29,6 +29,9 @@
#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,