diff options
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r-- | video/filter/vf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c index 0dd9b1f0b1..c1682c9652 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -580,7 +580,7 @@ static void update_formats(struct vf_chain *c, struct vf_instance *vf, // error messages in some cases, so we can configure all filter // until it fails, which will be visible in vf_print_filter_chain(). for (int n = IMGFMT_START; n < IMGFMT_END; n++) - vf->last_outfmts[n - IMGFMT_START] = VFCAP_CSP_SUPPORTED; + vf->last_outfmts[n - IMGFMT_START] = 1; query_formats(fmts, vf); } } |