summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_eq.c')
-rw-r--r--video/filter/vf_eq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/filter/vf_eq.c b/video/filter/vf_eq.c
index 9be749a1de..6344cef0e0 100644
--- a/video/filter/vf_eq.c
+++ b/video/filter/vf_eq.c
@@ -364,11 +364,7 @@ int query_format (vf_instance_t *vf, unsigned fmt)
switch (fmt) {
case IMGFMT_Y8:
case IMGFMT_444P:
- case IMGFMT_422P:
- case IMGFMT_440P:
case IMGFMT_420P:
- case IMGFMT_411P:
- case IMGFMT_410P:
return vf_next_query_format (vf, fmt);
}