summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-23 19:33:40 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-23 19:33:40 +0100
commitfa5ca5d2405f7aa5d3fd879435516fb4b8c3ac8e (patch)
treee448c6a30238ad98994dd245b63eee18c3a9e45c /modules
parent0f9bcd8d0a4f36699efec96cc907833ace97600e (diff)
speex: mark it as obsoleted
from www.speex.org: The Speex codec has been obsoleted by Opus. It will continue to be available, but since Opus is better than Speex in all aspects, users are encouraged to switch
Diffstat (limited to 'modules')
-rw-r--r--modules/speex/speex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/speex/speex.c b/modules/speex/speex.c
index aa26902..33b52e2 100644
--- a/modules/speex/speex.c
+++ b/modules/speex/speex.c
@@ -15,6 +15,8 @@
* @defgroup speex speex
*
* The Speex audio codec
+ *
+ * NOTE: The Speex codec has been obsoleted by Opus.
*/