[FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_zscale: switch verbose log to trace

Gyan Doshi ffmpeg at gyani.pro
Tue Feb 9 15:25:12 EET 2021


This is the filter initial config so should be DEBUG.

On 09-02-2021 03:07 pm, Paul B Mahol wrote:
> ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Feb  9 10:35:36 2021 +0100| [8e027ca81760bb94c7404d0d9c0e0ca82f5a9107] | committer: Paul B Mahol
>
> avfilter/vf_zscale: switch verbose log to trace
>
> Not needed in verbose mode.
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e027ca81760bb94c7404d0d9c0e0ca82f5a9107
> ---
>
>   libavfilter/vf_zscale.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_zscale.c b/libavfilter/vf_zscale.c
> index 8059061827..57199a0878 100644
> --- a/libavfilter/vf_zscale.c
> +++ b/libavfilter/vf_zscale.c
> @@ -301,7 +301,7 @@ static int config_props(AVFilterLink *outlink)
>       } else
>           outlink->sample_aspect_ratio = inlink->sample_aspect_ratio;
>   
> -    av_log(ctx, AV_LOG_VERBOSE, "w:%d h:%d fmt:%s sar:%d/%d -> w:%d h:%d fmt:%s sar:%d/%d\n",
> +    av_log(ctx, AV_LOG_TRACE, "w:%d h:%d fmt:%s sar:%d/%d -> w:%d h:%d fmt:%s sar:%d/%d\n",
>              inlink ->w, inlink ->h, av_get_pix_fmt_name( inlink->format),
>              inlink->sample_aspect_ratio.num, inlink->sample_aspect_ratio.den,
>              outlink->w, outlink->h, av_get_pix_fmt_name(outlink->format),
>
> _______________________________________________
> ffmpeg-cvslog mailing list
> ffmpeg-cvslog at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
>
> To unsubscribe, visit link above, or email
> ffmpeg-cvslog-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list