avfilter/vf_scale_qsv: add logging context to log

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
Steven Liu 2019-09-30 15:10:36 +08:00
parent acc1256654
commit 3dead10fa3
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ static int qsvscale_config_props(AVFilterLink *outlink)
return 0;
fail:
av_log(NULL, AV_LOG_ERROR,
av_log(ctx, AV_LOG_ERROR,
"Error when evaluating the expression '%s'\n", expr);
return ret;
}