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:
parent
d155abd1fc
commit
a2349dc3f0
@ -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…
Reference in New Issue
Block a user