1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

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

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: