From: Haihao Xiang <[email protected]> demote the message to AV_LOG_VERBOSE.
Signed-off-by: Haihao Xiang <[email protected]> --- libavfilter/vf_tonemap_vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_tonemap_vaapi.c b/libavfilter/vf_tonemap_vaapi.c index a21f565e3a..5d475e8ff2 100644 --- a/libavfilter/vf_tonemap_vaapi.c +++ b/libavfilter/vf_tonemap_vaapi.c @@ -336,7 +336,7 @@ static av_cold int tonemap_vaapi_init(AVFilterContext *avctx) vpp_ctx->output_format = av_get_pix_fmt(ctx->output_format_string); } else { vpp_ctx->output_format = AV_PIX_FMT_NV12; - av_log(avctx, AV_LOG_WARNING, "Output format not set, use default format NV12\n"); + av_log(avctx, AV_LOG_VERBOSE, "Output format not set, use default format NV12 for HDR to SDR tone mapping.\n"); } #define STRING_OPTION(var_name, func_name, default_value) do { \ -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
