]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_idet.c
internal.h: remove start/end_frame from AVFilterPad
[ffmpeg] / libavfilter / vf_idet.c
index bcc2fff3ec67f5c2f591f0c9e4e2ad22fead59b3..513a8e397a241496cc0e883b32166dc91a7bc409 100644 (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];