You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_nlmeans: no need to print filter options at info level
This commit is contained in:
@@ -526,7 +526,7 @@ static av_cold int init(AVFilterContext *ctx)
|
||||
s->patch_hsize = s->patch_size / 2;
|
||||
s->patch_hsize_uv = s->patch_size_uv / 2;
|
||||
|
||||
av_log(ctx, AV_LOG_INFO, "Research window: %dx%d / %dx%d, patch size: %dx%d / %dx%d\n",
|
||||
av_log(ctx, AV_LOG_DEBUG, "Research window: %dx%d / %dx%d, patch size: %dx%d / %dx%d\n",
|
||||
s->research_size, s->research_size, s->research_size_uv, s->research_size_uv,
|
||||
s->patch_size, s->patch_size, s->patch_size_uv, s->patch_size_uv);
|
||||
|
||||
|
Reference in New Issue
Block a user