summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_qsv.c
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2019-09-30 15:10:36 +0800
committerSteven Liu <lq@chinaffmpeg.org>2019-10-08 13:47:38 +0800
commit3dead10fa3059583a3a46030e9762aae7ea58045 (patch)
tree7f4a5a4286a6ac91fb41bb04910119bf20f9e789 /libavfilter/vf_scale_qsv.c
parentacc1256654fcb8c85d02857e3c1f069b1bf74f73 (diff)
avfilter/vf_scale_qsv: add logging context to log
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'libavfilter/vf_scale_qsv.c')
-rw-r--r--libavfilter/vf_scale_qsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_scale_qsv.c b/libavfilter/vf_scale_qsv.c
index 3cc05b64f3..1cf5367969 100644
--- a/libavfilter/vf_scale_qsv.c
+++ b/libavfilter/vf_scale_qsv.c
@@ -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;
}