[FFmpeg-devel] [PATCH v2 12/14] avfilter/vf_scale_qsv: add logging context to log
Steven Liu
lq at chinaffmpeg.org
Tue Oct 8 10:13:18 EEST 2019
> 在 2019年10月8日,15:08,Li, Zhong <zhong.li at intel.com> 写道:
>
>> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Steven
>> Liu
>> Sent: Wednesday, October 2, 2019 2:58 PM
>> To: ffmpeg-devel at ffmpeg.org
>> Cc: Steven Liu <lq at chinaffmpeg.org>
>> Subject: [FFmpeg-devel] [PATCH v2 12/14] avfilter/vf_scale_qsv: add logging
>> context to log
>>
>> Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
>> ---
>> 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;
>> }
>> --
>> 2.15.1
>
> LGTM
patchset have been applied.
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
Thanks
Steven
More information about the ffmpeg-devel
mailing list