changeset 5691:61fd0f9e4344

10l
author arpi
date Thu, 18 Apr 2002 22:21:54 +0000
parents 436cf6ef67fd
children 8bfa2ecbcab9
files libmpcodecs/vf_flip.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_flip.c	Thu Apr 18 21:24:42 2002 +0000
+++ b/libmpcodecs/vf_flip.c	Thu Apr 18 22:21:54 2002 +0000
@@ -43,9 +43,8 @@
 	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: