[xiph-commits] r7771 - in trunk/speex: . include/speex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Thu Sep 16 01:16:01 PDT 2004
Author: jm
Date: 2004-09-16 01:16:01 -0700 (Thu, 16 Sep 2004)
New Revision: 7771
Modified:
trunk/speex/TODO
trunk/speex/include/speex/speex.h
Log:
updated TODO, removed SPEEX_GET_QUALITY
Modified: trunk/speex/TODO
===================================================================
--- trunk/speex/TODO 2004-09-16 05:54:23 UTC (rev 7770)
+++ trunk/speex/TODO 2004-09-16 08:16:01 UTC (rev 7771)
@@ -1,8 +1,10 @@
+Version 1.0
+Allocator override
+better error handling
+
Version 1.2:
-implement speex_lib_ctl
-put includes in /usr/include/speex
-support alloca
-support gapless (play with granulepos)
+Allocator override (speex_lib_ctl)
+support alloca?
better error handling
Modified: trunk/speex/include/speex/speex.h
===================================================================
--- trunk/speex/include/speex/speex.h 2004-09-16 05:54:23 UTC (rev 7770)
+++ trunk/speex/include/speex/speex.h 2004-09-16 08:16:01 UTC (rev 7771)
@@ -56,7 +56,7 @@
/** Set quality value */
#define SPEEX_SET_QUALITY 4
/** Get current quality setting */
-#define SPEEX_GET_QUALITY 5
+/* #define SPEEX_GET_QUALITY 5 -- Doesn't make much sense, does it? */
/** Set sub-mode to use */
#define SPEEX_SET_MODE 6
More information about the commits
mailing list