diff eval.h @ 11601:29fda2500178 libavcodec

Avoid the use of the symbol ff_expr_s for referencing AVExpr. This way we have to deal only with struct AVExpr and AVExpr, which is slightly less confusing as the association between the two symbols is obvious.
author stefano
date Sun, 11 Apr 2010 18:44:51 +0000
parents 192399381906
children da95280256b4
line wrap: on
line diff
--- a/eval.h	Sun Apr 11 15:54:45 2010 +0000
+++ b/eval.h	Sun Apr 11 18:44:51 2010 +0000
@@ -28,7 +28,7 @@
 #ifndef AVCODEC_EVAL_H
 #define AVCODEC_EVAL_H
 
-typedef struct ff_expr_s AVExpr;
+typedef struct AVExpr AVExpr;
 
 /**
  * Parses and evaluates an expression.