summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vapoursynth.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vapoursynth.c')
-rw-r--r--video/filter/vf_vapoursynth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_vapoursynth.c b/video/filter/vf_vapoursynth.c
index ea5e86d599..61959473a5 100644
--- a/video/filter/vf_vapoursynth.c
+++ b/video/filter/vf_vapoursynth.c
@@ -654,7 +654,7 @@ static int config(struct vf_instance *vf, int width, int height,
static int query_format(struct vf_instance *vf, unsigned int fmt)
{
- return mp_to_vs(fmt) != pfNone ? VFCAP_CSP_SUPPORTED : 0;
+ return mp_to_vs(fmt) != pfNone;
}
static int control(vf_instance_t *vf, int request, void *data)