comparison eval.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 0244bba24b43
children e378dca8784f
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file eval.h 24 * @file eval.h
25 * eval header. 25 * eval header.
26 */ 26 */
27 27
28 #ifndef AVCODEC_EVAL_H 28 #ifndef FFMPEG_EVAL_H
29 #define AVCODEC_EVAL_H 29 #define FFMPEG_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 /** 32 /**
33 * @deprecated Use ff_eval2 instead 33 * @deprecated Use ff_eval2 instead
34 */ 34 */
82 * @return the value of the expression 82 * @return the value of the expression
83 */ 83 */
84 double ff_parse_eval(AVEvalExpr * e, double *const_value, void *opaque); 84 double ff_parse_eval(AVEvalExpr * e, double *const_value, void *opaque);
85 void ff_eval_free(AVEvalExpr * e); 85 void ff_eval_free(AVEvalExpr * e);
86 86
87 #endif /* AVCODEC_EVAL_H */ 87 #endif /* FFMPEG_EVAL_H */