[FFmpeg-cvslog] r22832 - trunk/libavcodec/eval.h
stefano
subversion
Sun Apr 11 13:47:25 CEST 2010
Author: stefano
Date: Sun Apr 11 13:47:24 2010
New Revision: 22832
Log:
Move AVEvalExpr declaration at the beginning of the file, where it is
less distracting.
Modified:
trunk/libavcodec/eval.h
Modified: trunk/libavcodec/eval.h
==============================================================================
--- trunk/libavcodec/eval.h Sun Apr 11 02:43:36 2010 (r22831)
+++ trunk/libavcodec/eval.h Sun Apr 11 13:47:24 2010 (r22832)
@@ -28,6 +28,8 @@
#ifndef AVCODEC_EVAL_H
#define AVCODEC_EVAL_H
+typedef struct ff_expr_s AVEvalExpr;
+
/**
* Parses and evaluates an expression.
* Note, this is significantly slower than ff_parse_eval()
@@ -47,8 +49,6 @@ double ff_eval2(const char *s, const dou
double (**func2)(void *, double, double), const char **func2_name,
void *opaque, const char **error);
-typedef struct ff_expr_s AVEvalExpr;
-
/**
* Parses a expression.
* @param s expression as a zero terminated string for example "1+2^3+5*5+sin(2/3)"
More information about the ffmpeg-cvslog
mailing list