diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 25e8178506..3bb752fec2 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -217,7 +217,7 @@ static AVEvalExpr * parse_primary(Parser *p) { p->s= strchr(p->s, '('); if(p->s==NULL){ - *p->error = "missing ("; + *p->error = "undefined constant or missing ("; p->s= next; ff_eval_free(d); return NULL;