[MPlayer-cvslog] r20672 - trunk/libmpcodecs/vf_ass.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Nov 4 22:16:22 CET 2006


hello,
On Sat, Nov 04, 2006 at 09:48:15PM +0100, reimar wrote:
> @@ -176,7 +176,7 @@
>  
>  	// hope we'll get DR buffer:
>  	vf->dmpi = vf_get_image(vf->next, vf->priv->outfmt,
> -			MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
> +			MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE | MP_IMGFLAG_READABLE,
>  			vf->priv->outw, vf->priv->outh);

Note this could probably be avoided if my_draw_bitmap etc. actually made
use of the mpi they get passed.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list