Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
c59e73d2c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_idet.c

+ 1
- 1
libavfilter/vf_idet.c View File

@@ -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…
Cancel
Save