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
1 changed files with 0 additions and 1 deletions

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;