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-2208-g775c5fe
Date: Wed, 09 Sep 2015 13:38:07 +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  775c5fec09e895e61434d80da1e30c54d3377905 (commit)
      from  b7dbb23d8f28310d2ce15b8a575ac44bd17626eb (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=775c5fec09e895e61434d80da1e30c54d3377905


commit 775c5fec09e895e61434d80da1e30c54d3377905
Author: Sandro Santilli <address@hidden>
Date:   Wed Sep 9 15:37:51 2015 +0200

    Add note about chunk size alignment

diff --git a/libsound/EmbedSoundInst.cpp b/libsound/EmbedSoundInst.cpp
index 8ce310b..dd6401b 100644
--- a/libsound/EmbedSoundInst.cpp
+++ b/libsound/EmbedSoundInst.cpp
@@ -96,6 +96,10 @@ EmbedSoundInst::decodeNextBlock()
     // to decode not to bother further streamlining it
     // See https://savannah.gnu.org/bugs/?25456 for a testcase
     // showing the benefit of chunked decoding.
+    //
+    // NOTE: it is reccommended that chunkSize is a multiple
+    //       of 4-byte (16-bit stereo), see
+    //       https://savannah.gnu.org/patch/?8736
     const std::uint32_t chunkSize = 65536;
 
     std::uint32_t inputSize = _soundDef.size() - decodingPosition;

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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