comparison libmpcodecs/vd_realvid.c @ 26386:cf87699fba0b

Indentation fix for r26417
author zuxy
date Sat, 12 Apr 2008 18:24:25 +0000
parents 3d02fa79ae6c
children 49715c7705d1
comparison
equal deleted inserted replaced
26385:3d02fa79ae6c 26386:cf87699fba0b
215 0x31, 0xc0, 215 0x31, 0xc0,
216 0x89, 0x83, 0xf8, 0x05, 0x00, 0x00, 216 0x89, 0x83, 0xf8, 0x05, 0x00, 0x00,
217 0xe9, 0xd0, 0x00, 0x00, 0x00 }; 217 0xe9, 0xd0, 0x00, 0x00, 0x00 };
218 patched = patch_dll((void *)0x634132fa, oldcode, newcode, 218 patched = patch_dll((void *)0x634132fa, oldcode, newcode,
219 sizeof(oldcode)); 219 sizeof(oldcode));
220 if (!patched) 220 if (!patched)
221 mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n"); 221 mp_msg(MSGT_DECVIDEO, MSGL_WARN, "Could not patch Real codec, this might crash on multi-CPU systems\n");
222 } 222 }
223 } 223 }
224 #endif 224 #endif
225 return 1; 225 return 1;
226 } 226 }