shithub: sox

Download patch

ref: 115e2fd52890a036e5764d8aeea6abedc8bdc0ac
parent: a4904eec19fe4b140c11a461a3435b07b4f602fb
author: Ulrich Klauer <ulrich@chirlu.de>
date: Mon Jan 23 05:10:30 EST 2012

Move changelog entry to a different category

The way in which multithreading is signalled is not visible to users,
thus re-filing under "internal improvements".

--- a/ChangeLog
+++ b/ChangeLog
@@ -64,9 +64,6 @@
 
   o Improvements to man pages for tempo effect.  Really made in 14.3.2.
     (Jim Harkins).
-  o Added use_threads variable to sox_globals. This should be used to enable
-    or disable use of parallel effects processing instead of directly calling
-    omp_set_num_threads. (Doug Cook)
   o New upsample effect. (robs)
   o Fix to effects pipeline to let fade effect specify time from end of
     file again. (cbagwell and Thor Andreassen)
@@ -104,6 +101,9 @@
 
 Internal improvements:
 
+  o Added use_threads variable to sox_globals. This should be used to enable
+    or disable use of parallel effects processing instead of directly calling
+    omp_set_num_threads. (Doug Cook)
   o Fix compiler warnings. (Cristian Morales Vega [P. 3072301], Doug Cook)
   o Improve large file support by using 64-bit numbers to count
     samples. (Doug Cook, Thor Andreassen, Ulrich Klauer)