gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 170b4df66f8a53b48596


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 170b4df66f8a53b48596a7ea86ee8a2b48304950
Date: Tue, 26 Oct 2010 13:26:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  170b4df66f8a53b48596a7ea86ee8a2b48304950 (commit)
      from  43c270b65425806f98b6573d5b086a144306e289 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=170b4df66f8a53b48596a7ea86ee8a2b48304950


commit 170b4df66f8a53b48596a7ea86ee8a2b48304950
Author: Benjamin Wolsey <address@hidden>
Date:   Tue Oct 26 09:09:26 2010 +0200

    Log unimpl for blend modes.

diff --git a/libcore/swf/PlaceObject2Tag.cpp b/libcore/swf/PlaceObject2Tag.cpp
index aa23a02..a552f12 100644
--- a/libcore/swf/PlaceObject2Tag.cpp
+++ b/libcore/swf/PlaceObject2Tag.cpp
@@ -393,13 +393,13 @@ PlaceObject2Tag::readPlaceObject3(SWFStream& in)
            LOG_ONCE( log_unimpl("Bitmap filters") );
     }
 
-    if ( hasBlendMode() )
-    {
+    if (hasBlendMode()) {
         in.ensureBytes(1);
         _blendMode = in.read_u8();
+        LOG_ONCE(log_unimpl("Blend mode in PlaceObject tag"));
     }
 
-    if ( hasBitmapCaching() ) {
+    if (hasBitmapCaching()) {
         // cacheAsBitmap is a boolean value, so the flag itself ought to be
         // enough. Alexis' SWF reference is unsure about this, but suggests
         // reading a byte here. The official SWF format spec doesn't mention
@@ -412,7 +412,7 @@ PlaceObject2Tag::readPlaceObject3(SWFStream& in)
         // TODO: set object property
         in.ensureBytes(1);
         bitmask = in.read_u8();
-           LOG_ONCE( log_unimpl("Bitmap caching") );
+           LOG_ONCE(log_unimpl("Bitmap caching"));
     }
 
     if ( hasClipActions() ) {

-----------------------------------------------------------------------

Summary of changes:
 libcore/swf/PlaceObject2Tag.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]