summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-26 21:25:15 +0100
committerwm4 <wm4@nowhere>2013-01-13 20:04:12 +0100
commite0d028e89b1f73ef44c47f472533af0bfefa5c0d (patch)
tree447de2b2e5dc19e2777c2aa8da2f7b4292f5d379 /video
parent036d38580ac6d6d07e70aade8806d75d1989dd84 (diff)
downloadmpv-e0d028e89b1f73ef44c47f472533af0bfefa5c0d.tar.bz2
mpv-e0d028e89b1f73ef44c47f472533af0bfefa5c0d.tar.xz
vf_gradfun: does not work with NV pixel formats
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_gradfun.c2
1 files changed, 0 insertions, 2 deletions
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: