From e16f02fe4001f3056b8efd1a099a563569b73f5d Mon Sep 17 00:00:00 2001 From: iive Date: Mon, 12 Apr 2010 20:03:26 +0000 Subject: Fix build due to FFmpeg r22858 change (function rename). Patch by ubitux on irc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31033 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_geq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vf_geq.c b/libmpcodecs/vf_geq.c index b69e2db56f..6065b8d905 100644 --- a/libmpcodecs/vf_geq.c +++ b/libmpcodecs/vf_geq.c @@ -179,7 +179,7 @@ static int vf_open(vf_instance_t *vf, char *args){ NULL }; char * a; - vf->priv->e[plane] = ff_parse(eq[plane], const_names, NULL, NULL, func2, func2_names, &a); + vf->priv->e[plane] = ff_parse_expr(eq[plane], const_names, NULL, NULL, func2, func2_names, &a); if (!vf->priv->e[plane]) { mp_msg(MSGT_VFILTER, MSGL_ERR, "geq: error loading equation `%s': %s\n", eq[plane], a); -- cgit v1.2.3