mirror of https://git.ffmpeg.org/ffmpeg.git
vf_idet: change individual per frame statistics to debug log level.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4d4df310f2
commit
c59e73d2c8
|
@ -142,7 +142,7 @@ static void filter(AVFilterContext *ctx)
|
||||||
|
|
||||||
idet->prestat [ type] ++;
|
idet->prestat [ type] ++;
|
||||||
idet->poststat[idet->last_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)
|
static void start_frame(AVFilterLink *link, AVFilterBufferRef *picref)
|
||||||
|
|
Loading…
Reference in New Issue