vf_idet: fix type of stats

Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Michael Niedermayer 12 years ago
parent d155abd1fc
commit a2349dc3f0
  1. 4
      libavfilter/vf_idet.c

@ -42,8 +42,8 @@ typedef struct {
float progressive_threshold;
Type last_type;
Type prestat[4];
Type poststat[4];
int prestat[4];
int poststat[4];
uint8_t history[HIST_SIZE];

Loading…
Cancel
Save