[MPlayer-dev-eng] [PATCH] EOSD support for VDPAU (2nd)

Grigori G greg at chown.ath.cx
Sun Feb 22 21:32:12 CET 2009


Reimar Döffinger wrote:
>> +        eosd_surfaces[found].w = i->w;
>> +        eosd_surfaces[found].h = i->h;
> 
> This will make reusing far harder, since above you are comparing against
> the dimensions of the last image that was stored in the surface, instead
> of the real dimensions of the surface as they were allocated.

Yes, that's a bug I introduced while moving code around.

 From the other mail...
 > Thus the vdp_bitmap_surface_create is not duplicated, and the k
 > variable is not needed either.
 > I admit it needs one indentation level more, but I don't think that is
 > that bad...

That's what I wanted to avoid, but okay.

Grigori
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vdpau-ass.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20090222/5b45ef88/attachment.txt>


More information about the MPlayer-dev-eng mailing list