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

vf_yadif: Y8 is not supported

Crashes.
This commit is contained in:
wm4 2012-12-26 21:31:07 +01:00
parent 8d6a66892e
commit a26d602024

View File

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