[Scummvm-cvs-logs] SF.net SVN: scummvm:[40749] scummvm/trunk/graphics/video/indeo3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 21 09:23:48 CEST 2009


Revision: 40749
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40749&view=rev
Author:   eriktorbjorn
Date:     2009-05-21 07:23:48 +0000 (Thu, 21 May 2009)

Log Message:
-----------
Fixed indentation. (Don't worry, it's just a small change, and it matches the
original FFmpeg code, as far as I can tell.)

Modified Paths:
--------------
    scummvm/trunk/graphics/video/indeo3.cpp

Modified: scummvm/trunk/graphics/video/indeo3.cpp
===================================================================
--- scummvm/trunk/graphics/video/indeo3.cpp	2009-05-21 07:19:31 UTC (rev 40748)
+++ scummvm/trunk/graphics/video/indeo3.cpp	2009-05-21 07:23:48 UTC (rev 40749)
@@ -1095,16 +1095,16 @@
 										lp2 = 4;
 										break;
 
-								case 9:
-									warning("Indeo3::decodeChunk: Untested (4)");
-									lv1 = *buf1++;
-									lv = (lv1 & 0x7F) << 1;
-									lv += (lv << 8);
-									lv += (lv << 16);
-									for (i = 0, j = 0; i < 4; i++, j += width_tbl[1])
-										cur_lp[j] = lv;
-									LV1_CHECK(buf1,rle_v3,lv1,lp2)
-									break;
+									case 9:
+										warning("Indeo3::decodeChunk: Untested (4)");
+										lv1 = *buf1++;
+										lv = (lv1 & 0x7F) << 1;
+										lv += (lv << 8);
+										lv += (lv << 16);
+										for (i = 0, j = 0; i < 4; i++, j += width_tbl[1])
+											cur_lp[j] = lv;
+										LV1_CHECK(buf1,rle_v3,lv1,lp2)
+										break;
 
 									default:
 										return;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list