[MPlayer-cvslog] r28076 - trunk/libvo/vo_direct3d.c
reimar
subversion at mplayerhq.hu
Wed Dec 3 13:22:33 CET 2008
Author: reimar
Date: Wed Dec 3 13:22:32 2008
New Revision: 28076
Log:
Fix indentation.
Modified:
trunk/libvo/vo_direct3d.c
Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c (original)
+++ trunk/libvo/vo_direct3d.c Wed Dec 3 13:22:32 2008
@@ -202,7 +202,7 @@ static int create_d3d_surfaces(void)
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");
+ "<vo_direct3d><INFO>IDirect3D9_CreateOffscreenPlainSurface Failed.\n");
return 0;
}
More information about the MPlayer-cvslog
mailing list