summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_idet.h')
-rw-r--r--libavfilter/vf_idet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_idet.h b/libavfilter/vf_idet.h
index c5799fb67d..ef29fff701 100644
--- a/libavfilter/vf_idet.h
+++ b/libavfilter/vf_idet.h
@@ -29,7 +29,7 @@ typedef int (*ff_idet_filter_func)(const uint8_t *a, const uint8_t *b, const uin
typedef enum {
TFF,
BFF,
- PROGRSSIVE,
+ PROGRESSIVE,
UNDETERMINED,
} Type;