# HG changeset patch # User henry # Date 1126440972 0 # Node ID f5cc3e7e7d1041520bd382b06c96af4360cf0a52 # Parent 9f8ddae26f179b00ca485d39aa7c71fdd06dfab0 forgotten MP_IMGFLAG_READABLE diff -r 9f8ddae26f17 -r f5cc3e7e7d10 libmpcodecs/vf_screenshot.c --- a/libmpcodecs/vf_screenshot.c Sun Sep 11 10:57:28 2005 +0000 +++ b/libmpcodecs/vf_screenshot.c Sun Sep 11 12:16:12 2005 +0000 @@ -179,7 +179,7 @@ static void get_image(struct vf_instance_s* vf, mp_image_t *mpi){ vf->dmpi= vf_get_image(vf->next, mpi->imgfmt, - mpi->type, mpi->flags, mpi->width, mpi->height); + mpi->type, mpi->flags | MP_IMGFLAG_READABLE, mpi->width, mpi->height); mpi->planes[0]=vf->dmpi->planes[0]; mpi->stride[0]=vf->dmpi->stride[0];