mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4839b7a2bc
commit
294602777c
|
@ -43,9 +43,8 @@ static void put_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
|||
return; // we've used DR, so we're ready...
|
||||
}
|
||||
|
||||
// hope we'll get DR buffer:
|
||||
vf->priv->dmpi=vf_get_image(vf->next,mpi->imgfmt,
|
||||
MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
|
||||
MP_IMGTYPE_EXPORT, MP_IMGFLAG_ACCEPT_STRIDE,
|
||||
mpi->width, mpi->height);
|
||||
|
||||
// set up mpi as a upside-down image of dmpi:
|
||||
|
|
Loading…
Reference in New Issue