diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-18 22:21:54 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-18 22:21:54 +0000 |
commit | 294602777c09a6978c411ddb7a43b0886bd3efff (patch) | |
tree | e9c775772c2c323dee61caf0c21ac8714d115679 /libmpcodecs | |
parent | 4839b7a2bcff636b49f74e7e3f12d3e7e7a6fd6f (diff) |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5692 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/vf_flip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpcodecs/vf_flip.c b/libmpcodecs/vf_flip.c index edd9c65d78..f92309f7ad 100644 --- a/libmpcodecs/vf_flip.c +++ b/libmpcodecs/vf_flip.c @@ -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: |