git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5692 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-18 22:21:54 +00:00
parent 4839b7a2bc
commit 294602777c
1 changed files with 1 additions and 2 deletions

View File

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