[MPlayer-cvslog] r31029 - trunk/libmpcodecs/vf_geq.c
iive
subversion at mplayerhq.hu
Sun Apr 11 15:47:13 CEST 2010
Author: iive
Date: Sun Apr 11 15:47:13 2010
New Revision: 31029
Log:
Fix build due to FFmpeg r22833 change (typedef rename).
Found by ubitux on irc.
Modified:
trunk/libmpcodecs/vf_geq.c
Modified: trunk/libmpcodecs/vf_geq.c
==============================================================================
--- trunk/libmpcodecs/vf_geq.c Fri Apr 9 21:20:52 2010 (r31028)
+++ trunk/libmpcodecs/vf_geq.c Sun Apr 11 15:47:13 2010 (r31029)
@@ -37,7 +37,7 @@
#include "libavcodec/eval.h"
struct vf_priv_s {
- AVEvalExpr * e[3];
+ AVExpr * e[3];
int framenum;
mp_image_t *mpi;
};
More information about the MPlayer-cvslog
mailing list