[FFmpeg-devel] [PATCH v1 14/14] avfilter/vf_pad: add logging context to log
Paul B Mahol
onemda at gmail.com
Mon Sep 30 10:25:42 EEST 2019
lgtm
On 9/30/19, Steven Liu <lq at chinaffmpeg.org> wrote:
> Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> ---
> libavfilter/vf_pad.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
> index ed155578e1..186d3f028d 100644
> --- a/libavfilter/vf_pad.c
> +++ b/libavfilter/vf_pad.c
> @@ -210,7 +210,7 @@ static int config_input(AVFilterLink *inlink)
> return 0;
>
> eval_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
>
>
>
>
> _______________________________________________
> 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".
More information about the ffmpeg-devel
mailing list