[MPlayer-dev-eng] [PATCH] Direct3D Much better D3D management

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Dec 1 23:17:11 CET 2008


On Tue, Dec 02, 2008 at 12:05:59AM +0200, Georgi Petrov wrote:
> +    if (priv->d3d_device != NULL) {
> +    IDirect3DDevice9_Release (priv->d3d_device);
> +    priv->d3d_device = NULL;
> +    }

I assume this indentation is not intentional. I can fix it myself.
Any objections to it? I'd be in favour of applying it as is, it is a
bit big but not too complex.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list