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. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2233-g95763ce
Date: Tue, 08 Dec 2015 12:37:39 +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  95763cedfead0169906851c0a2f1f397f0412c9a (commit)
      from  4f01617d6179a311dead1cccdbeb945cb3007ec7 (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=95763cedfead0169906851c0a2f1f397f0412c9a


commit 95763cedfead0169906851c0a2f1f397f0412c9a
Author: Sandro Santilli <address@hidden>
Date:   Tue Dec 8 13:21:45 2015 +0100

    Cleanup debug macros

diff --git a/libsound/EmbedSoundInst.cpp b/libsound/EmbedSoundInst.cpp
index b33dc7d..2661794 100644
--- a/libsound/EmbedSoundInst.cpp
+++ b/libsound/EmbedSoundInst.cpp
@@ -32,7 +32,8 @@
 // Debug sound decoding
 //#define GNASH_DEBUG_SOUNDS_DECODING
 
-//#define GNASH_DEBUG_SOUNDS_MANAGEMENT
+// Debug sound mixing
+//#define GNASH_DEBUG_MIXING
 
 namespace gnash {
 namespace sound {
@@ -127,7 +128,7 @@ EmbedSoundInst::decodeNextBlock()
 
 #ifdef GNASH_DEBUG_MIXING
     log_debug("  applying volume/envelope to %d bytes (%d samples)"
-            "of decoded data", decodedDataSize, nSamples);
+              " of decoded data", decodedDataSize, nSamples);
 #endif
 
     // Adjust volume

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

Summary of changes:
 libsound/EmbedSoundInst.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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