Commit a2349dc3 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_idet: fix type of stats

Reviewed-by: 's avatarStefano Sabatini <stefasab@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d155abd1
......@@ -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];
......
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