summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_idet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index bcc2fff3ec..513a8e397a 100644
--- a/libavfilter/vf_idet.c
+++ b/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];