From 5da780a8c63d3752bf54917b9b8a2811258469c7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Tue, 21 Aug 2012 03:01:48 -0400 Subject: More corrections, configure version update --- configure.ac | 6 +++--- doc/draft-ietf-codec-opus.xml | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 884b3d63..ffd409cf 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) OPUS_MAJOR_VERSION=1 OPUS_MINOR_VERSION=0 OPUS_MICRO_VERSION=0 -OPUS_EXTRA_VERSION=-rc +OPUS_EXTRA_VERSION= OPUS_VERSION="$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION" AC_MSG_CHECKING([git revision]) @@ -24,9 +24,9 @@ fi LIBOPUS_SUFFIX=0 -OPUS_LT_CURRENT=0 +OPUS_LT_CURRENT=1 OPUS_LT_REVISION=0 -OPUS_LT_AGE=0 +OPUS_LT_AGE=1 AC_SUBST(OPUS_LT_CURRENT) AC_SUBST(OPUS_LT_REVISION) diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml index 6f91a72b..c1fd820d 100644 --- a/doc/draft-ietf-codec-opus.xml +++ b/doc/draft-ietf-codec-opus.xml @@ -62,7 +62,7 @@ -example +voice, music, lossy compression, VOIP @@ -7067,13 +7067,7 @@ part gives the desired de-emphasis of spectral valleys in between formants. The long-term shaping is applied only during voiced frames. -It uses three filter taps, described by - - +It uses a three-tap filter, described by
-- cgit v1.2.1