# HG changeset patch # User reimar # Date 1209825642 0 # Node ID b21222573964b5fba498035da5351eb45a469a0f # Parent 61f2d6d20c6ea3bd0d0c4a6786a99587f2e38dba vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB. diff -r 61f2d6d20c6e -r b21222573964 libvo/vo_gl.c --- a/libvo/vo_gl.c Sat May 03 14:25:10 2008 +0000 +++ b/libvo/vo_gl.c Sat May 03 14:40:42 2008 +0000 @@ -669,8 +669,6 @@ return VO_FALSE; } if (mpi->flags & MP_IMGFLAG_READABLE) return VO_FALSE; - if (mpi->type == MP_IMGTYPE_IP || mpi->type == MP_IMGTYPE_IPB) - return VO_FALSE; // we can not provide readable buffers if (!gl_buffer) GenBuffers(1, &gl_buffer); BindBuffer(GL_PIXEL_UNPACK_BUFFER, gl_buffer);