mirror of https://github.com/mpv-player/mpv
vf_gradfun: does not work with NV pixel formats
This commit is contained in:
parent
036d38580a
commit
e0d028e89b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue