[MPlayer-cvslog] r26418 - trunk/libmpcodecs/vd_realvid.c

zuxy subversion at mplayerhq.hu
Sat Apr 12 20:24:25 CEST 2008


Author: zuxy
Date: Sat Apr 12 20:24:25 2008
New Revision: 26418

Log:
Indentation fix for r26417


Modified:
   trunk/libmpcodecs/vd_realvid.c

Modified: trunk/libmpcodecs/vd_realvid.c
==============================================================================
--- trunk/libmpcodecs/vd_realvid.c	(original)
+++ trunk/libmpcodecs/vd_realvid.c	Sat Apr 12 20:24:25 2008
@@ -217,8 +217,8 @@ static int load_syms_windows(char *path)
 		    0xe9, 0xd0, 0x00, 0x00, 0x00 };
 		patched = patch_dll((void *)0x634132fa, oldcode, newcode,
 		                    sizeof(oldcode));
-	    if (!patched)
-		mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n");
+		if (!patched)
+		    mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n");
 	    }
 	}
 #endif



More information about the MPlayer-cvslog mailing list