summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-26 21:31:07 +0100
committerwm4 <wm4@nowhere>2013-01-13 20:04:13 +0100
commita26d6020244a6da1b48fd6d2b6ff2374f945aea2 (patch)
treecc8da56532b90c63f52bc7a8e646d8a3159b5d4d /video
parent8d6a66892ec8fbca28fa5f494ff6ee6994f2fe13 (diff)
downloadmpv-a26d6020244a6da1b48fd6d2b6ff2374f945aea2.tar.bz2
mpv-a26d6020244a6da1b48fd6d2b6ff2374f945aea2.tar.xz
vf_yadif: Y8 is not supported
Crashes.
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_yadif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_yadif.c b/video/filter/vf_yadif.c
index 10ce6d9e8e..93d30b6fbc 100644
--- a/video/filter/vf_yadif.c
+++ b/video/filter/vf_yadif.c
@@ -478,7 +478,6 @@ static void uninit(struct vf_instance *vf){
static int query_format(struct vf_instance *vf, unsigned int fmt){
switch(fmt){
case IMGFMT_420P:
- case IMGFMT_Y8:
return vf_next_query_format(vf,fmt);
}
return 0;