lavfi/eq: clarify error message in case of expression parsing error

pull/125/head
Stefano Sabatini 10 years ago
parent 2cda1a16d0
commit 6a63d0d826
  1. 2
      libavfilter/vf_eq.c

@ -170,7 +170,7 @@ static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *
NULL, NULL, NULL, NULL, 0, log_ctx);
if (ret < 0) {
av_log(log_ctx, AV_LOG_ERROR,
"Error when evaluating the expression '%s' for %s\n",
"Error when parsing the expression '%s' for %s\n",
expr, option);
*pexpr = old;
return ret;

Loading…
Cancel
Save