Commit 6a63d0d8 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent 2cda1a16
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment