Commit c59e73d2 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_idet: change individual per frame statistics to debug log level.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4d4df310
......@@ -142,7 +142,7 @@ static void filter(AVFilterContext *ctx)
idet->prestat [ type] ++;
idet->poststat[idet->last_type] ++;
av_log(ctx, AV_LOG_INFO, "Single frame:%s, Multi frame:%s\n", type2str(type), type2str(idet->last_type));
av_log(ctx, AV_LOG_DEBUG, "Single frame:%s, Multi frame:%s\n", type2str(type), type2str(idet->last_type));
}
static void start_frame(AVFilterLink *link, AVFilterBufferRef *picref)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment