[MPlayer-dev-eng] [PATCH] EOSD support for VDPAU

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Feb 22 17:43:34 CET 2009


On Sun, Feb 22, 2009 at 05:27:13PM +0100, Grigori G wrote:
> Reimar Döffinger wrote:
> > Brainfart, after
> >> j = eosd_max_surfaces;
> > there was supposed to be
> >> eosd_max_surfaces *= 2;
> >
> 
> Yes, but I missed too that this wouldn't in fact allocate any more space. ;)

And I missed that it should be
eosd_max_surfaces = eosd_max_surfaces > 0 ? 2 * eosd_max_surfaces : 512;
or something like that.



More information about the MPlayer-dev-eng mailing list