mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d80fea731
commit
f8e40dfce6
|
@ -67,7 +67,7 @@ static int config(struct vf_instance_s* vf,
|
|||
return 0;
|
||||
}
|
||||
vf->priv->fmt=best;
|
||||
return vf_next_config(vf,vf->priv->w,vf->priv->h,d_width,d_height,flags,outfmt);
|
||||
return vf_next_config(vf,vf->priv->w,vf->priv->h,d_width,d_height,flags,best);
|
||||
}
|
||||
|
||||
static void put_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
||||
|
|
Loading…
Reference in New Issue