From e0d028e89b1f73ef44c47f472533af0bfefa5c0d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 26 Dec 2012 21:25:15 +0100 Subject: vf_gradfun: does not work with NV pixel formats --- video/filter/vf_gradfun.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') diff --git a/video/filter/vf_gradfun.c b/video/filter/vf_gradfun.c index b3c0702375..ce4e5c9f56 100644 --- a/video/filter/vf_gradfun.c +++ b/video/filter/vf_gradfun.c @@ -321,8 +321,6 @@ static struct mp_image *filter(struct vf_instance *vf, struct mp_image *mpi) static int query_format(struct vf_instance *vf, unsigned int fmt) { switch (fmt){ - case IMGFMT_NV12: - case IMGFMT_NV21: case IMGFMT_Y8: case IMGFMT_444P: case IMGFMT_422P: -- cgit v1.2.3