summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-12 20:03:26 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-12 20:03:26 +0000
commite16f02fe4001f3056b8efd1a099a563569b73f5d (patch)
treec52aecea2c31de5bc207320b31405b43d2f962c2 /libmpcodecs
parent7573c29480850d715e2f06cae70f252573098123 (diff)
downloadmpv-e16f02fe4001f3056b8efd1a099a563569b73f5d.tar.bz2
mpv-e16f02fe4001f3056b8efd1a099a563569b73f5d.tar.xz
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf_geq.c2
1 files changed, 1 insertions, 1 deletions
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);