[MPlayer-cvslog] r28060 - trunk/libvo/vo_direct3d.c

Diego Biurrun diego at biurrun.de
Wed Dec 3 12:50:42 CET 2008


On Tue, Dec 02, 2008 at 10:36:47AM +0100, reimar wrote:
> 
> --- trunk/libvo/vo_direct3d.c	(original)
> +++ trunk/libvo/vo_direct3d.c	Tue Dec  2 10:36:47 2008
> @@ -185,31 +185,67 @@ static void destroy_d3d_context(void)
> +    if (FAILED(IDirect3DDevice9_CreateOffscreenPlainSurface(
> +               priv->d3d_device, priv->src_width, priv->src_height,
> +               priv->movie_src_fmt, D3DPOOL_DEFAULT, &priv->d3d_surface, NULL))) {
> +        mp_msg(MSGT_VO, MSGL_ERR,
> +        "<vo_direct3d><INFO>IDirect3D9_CreateOffscreenPlainSurface Failed.\n");

random indentation

Diego



More information about the MPlayer-cvslog mailing list