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:
parent
8d6a66892e
commit
a26d602024
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user