Fix build due to FFmpeg r22833 change (typedef rename).

Found by ubitux on irc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31029 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2010-04-11 13:47:13 +00:00
parent 543504363f
commit e3ed371d51
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "libavcodec/eval.h"
struct vf_priv_s {
AVEvalExpr * e[3];
AVExpr * e[3];
int framenum;
mp_image_t *mpi;
};