Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2014-01-06 22:41:42 +0400
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2014-01-06 22:41:42 +0400
commit8050133708f105601799a251e6a69567252c9ee5 (patch)
treeb865a5466db4c8a48748b2c2ea6b361d2b15988d
parentaaf87217c22fca96f53cbe60bab498a9b68b9c2e (diff)
Enabled keyword extension
-rw-r--r--source/SoundTouch/InterpolateCubic.cpp2
-rw-r--r--source/SoundTouch/InterpolateCubic.h2
-rw-r--r--source/SoundTouch/InterpolateLinear.cpp2
-rw-r--r--source/SoundTouch/InterpolateLinear.h2
-rw-r--r--source/SoundTouch/InterpolateShannon.cpp2
-rw-r--r--source/SoundTouch/InterpolateShannon.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/source/SoundTouch/InterpolateCubic.cpp b/source/SoundTouch/InterpolateCubic.cpp
index 8f476ac..9227b1f 100644
--- a/source/SoundTouch/InterpolateCubic.cpp
+++ b/source/SoundTouch/InterpolateCubic.cpp
@@ -8,7 +8,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.h 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//
diff --git a/source/SoundTouch/InterpolateCubic.h b/source/SoundTouch/InterpolateCubic.h
index 7f758a4..0ce10f7 100644
--- a/source/SoundTouch/InterpolateCubic.h
+++ b/source/SoundTouch/InterpolateCubic.h
@@ -8,7 +8,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.h 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//
diff --git a/source/SoundTouch/InterpolateLinear.cpp b/source/SoundTouch/InterpolateLinear.cpp
index b40fd46..c50888e 100644
--- a/source/SoundTouch/InterpolateLinear.cpp
+++ b/source/SoundTouch/InterpolateLinear.cpp
@@ -8,7 +8,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.cpp 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//
diff --git a/source/SoundTouch/InterpolateLinear.h b/source/SoundTouch/InterpolateLinear.h
index 3527089..f7d06b7 100644
--- a/source/SoundTouch/InterpolateLinear.h
+++ b/source/SoundTouch/InterpolateLinear.h
@@ -8,7 +8,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.h 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//
diff --git a/source/SoundTouch/InterpolateShannon.cpp b/source/SoundTouch/InterpolateShannon.cpp
index f6421a9..3f17d85 100644
--- a/source/SoundTouch/InterpolateShannon.cpp
+++ b/source/SoundTouch/InterpolateShannon.cpp
@@ -13,7 +13,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.h 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//
diff --git a/source/SoundTouch/InterpolateShannon.h b/source/SoundTouch/InterpolateShannon.h
index 4823f36..8ae1a1f 100644
--- a/source/SoundTouch/InterpolateShannon.h
+++ b/source/SoundTouch/InterpolateShannon.h
@@ -13,7 +13,7 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// $Id: RateTransposer.h 177 2014-01-05 21:40:22Z oparviai $
+// $Id$
//
////////////////////////////////////////////////////////////////////////////////
//