gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11073: Add explanation about doubli


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11073: Add explanation about doubling number of samples
Date: Thu, 11 Jun 2009 17:11:25 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11073
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-06-11 17:11:25 +0200
message:
  Add explanation about doubling number of samples
modified:
  testsuite/MovieTester.cpp
=== modified file 'testsuite/MovieTester.cpp'
--- a/testsuite/MovieTester.cpp 2009-04-15 05:33:51 +0000
+++ b/testsuite/MovieTester.cpp 2009-06-11 15:11:25 +0000
@@ -256,6 +256,8 @@
                 ms%10);
         }
 
+        // We double because sound_handler interface takes
+        // "mono" samples... (eh.. would be wise to change)
         unsigned int toFetch = nSamples*2;
 
         log_debug("advanceClock(%d) needs to fetch %d samples", ms, toFetch);


reply via email to

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