comparison eval.h @ 4889:beeb03aad909 libavcodec

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
author benoit
date Wed, 02 May 2007 09:13:47 +0000
parents 8772709e26d0
children 0244bba24b43
comparison
equal deleted inserted replaced
4888:185f5e4feb72 4889:beeb03aad909
27 27
28 #ifndef AVCODEC_EVAL_H 28 #ifndef AVCODEC_EVAL_H
29 #define AVCODEC_EVAL_H 29 #define AVCODEC_EVAL_H
30 30
31 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) 31 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
32 /**
33 * @deprecated Use ff_eval2 instead
34 */
32 double ff_eval(char *s, double *const_value, const char **const_name, 35 double ff_eval(char *s, double *const_value, const char **const_name,
33 double (**func1)(void *, double), const char **func1_name, 36 double (**func1)(void *, double), const char **func1_name,
34 double (**func2)(void *, double, double), char **func2_name, 37 double (**func2)(void *, double, double), char **func2_name,
35 void *opaque); 38 void *opaque);
36 #endif 39 #endif