From a26d6020244a6da1b48fd6d2b6ff2374f945aea2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 26 Dec 2012 21:31:07 +0100 Subject: vf_yadif: Y8 is not supported Crashes. --- video/filter/vf_yadif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/filter/vf_yadif.c b/video/filter/vf_yadif.c index 10ce6d9e8e..93d30b6fbc 100644 --- a/video/filter/vf_yadif.c +++ b/video/filter/vf_yadif.c @@ -478,7 +478,6 @@ static void uninit(struct vf_instance *vf){ static int query_format(struct vf_instance *vf, unsigned int fmt){ switch(fmt){ case IMGFMT_420P: - case IMGFMT_Y8: return vf_next_query_format(vf,fmt); } return 0; -- cgit v1.2.3