[FFmpeg-cvslog] avfilter/vf_scale_qsv: add logging context to log

Steven Liu git at videolan.org
Tue Oct 8 08:48:32 EEST 2019


ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Mon Sep 30 15:10:36 2019 +0800| [3dead10fa3059583a3a46030e9762aae7ea58045] | committer: Steven Liu

avfilter/vf_scale_qsv: add logging context to log

Signed-off-by: Steven Liu <lq at chinaffmpeg.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3dead10fa3059583a3a46030e9762aae7ea58045
---

 libavfilter/vf_scale_qsv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 }



More information about the ffmpeg-cvslog mailing list