summaryrefslogtreecommitdiff
path: root/include/vorbis/codec.h
diff options
context:
space:
mode:
authorj <j@xiph.org>2008-04-01 10:47:58 +0000
committerj <j@xiph.org>2008-04-01 10:47:58 +0000
commitbec669ca77cb40eeb973db8bab451d917b6f2a8e (patch)
tree5cb6e8af257a6565d63743c30a9185b6a140245b /include/vorbis/codec.h
parent6fffd23801d8abeb859051a4d57bd12c1c0dc9fb (diff)
downloadlibvorbis-git-bec669ca77cb40eeb973db8bab451d917b6f2a8e.tar.gz
import "aoTuV" beta5.5vorbis-aotuv
* based on libvorbis 1.2.0 * The noise control of the Impulse block was expanded. This is effective with the outstanding sample of the pre-echo. * The pre-echo reduction code came to work at a lower bit rate. * Noise Normalization was reviewed. As a result, the bug is revised. * The detailed tuning was done again. svn path=/branches/vorbis-aotuv/; revision=14647
Diffstat (limited to 'include/vorbis/codec.h')
-rw-r--r--include/vorbis/codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h
index 617f7f4d..5a954dd0 100644
--- a/include/vorbis/codec.h
+++ b/include/vorbis/codec.h
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
- * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * by the Xiph.Org Foundation http://www.xiph.org/ *
********************************************************************
@@ -198,6 +198,7 @@ extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
ogg_packet *op);
/* Vorbis PRIMITIVES: synthesis layer *******************************/
+extern int vorbis_synthesis_idheader(ogg_packet *op);
extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
ogg_packet *op);