vf_gradfun: does not work with NV pixel formats

This commit is contained in:
wm4 2012-12-26 21:25:15 +01:00
parent 036d38580a
commit e0d028e89b
1 changed files with 0 additions and 2 deletions

View File

@ -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: