mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
7573c29480
commit
e16f02fe40
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue