1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

vf_idet: fix type of stats

Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-12-26 03:22:26 +01:00
parent d155abd1fc
commit a2349dc3f0

View File

@ -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];