You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vf_idet: change individual per frame statistics to debug log level.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user