[MPlayer-cvslog] r31033 - trunk/libmpcodecs/vf_geq.c
iive
subversion at mplayerhq.hu
Mon Apr 12 22:03:26 CEST 2010
Author: iive
Date: Mon Apr 12 22:03:26 2010
New Revision: 31033
Log:
Fix build due to FFmpeg r22858 change (function rename).
Patch by ubitux on irc.
Modified:
trunk/libmpcodecs/vf_geq.c
Modified: trunk/libmpcodecs/vf_geq.c
==============================================================================
--- trunk/libmpcodecs/vf_geq.c Mon Apr 12 12:56:17 2010 (r31032)
+++ trunk/libmpcodecs/vf_geq.c Mon Apr 12 22:03:26 2010 (r31033)
@@ -179,7 +179,7 @@ static int vf_open(vf_instance_t *vf, ch
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);
More information about the MPlayer-cvslog
mailing list