changeset 16137:23b7f5476b61

we do not read from dmpi, so it doesn't have to be readable
author reimar
date Thu, 28 Jul 2005 15:47:30 +0000
parents acd19cdc1b46
children 6cada718a809
files libmpcodecs/vf_tinterlace.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_tinterlace.c	Thu Jul 28 15:44:39 2005 +0000
+++ b/libmpcodecs/vf_tinterlace.c	Thu Jul 28 15:47:30 2005 +0000
@@ -46,7 +46,7 @@
 		if (dmpi == NULL) {
 			dmpi = vf_get_image(vf->next, mpi->imgfmt,
 					    MP_IMGTYPE_STATIC, MP_IMGFLAG_ACCEPT_STRIDE |
-					    MP_IMGFLAG_PRESERVE | MP_IMGFLAG_READABLE,
+					    MP_IMGFLAG_PRESERVE,
 					    mpi->width, mpi->height*2);
 
 			vf->priv->dmpi = dmpi;