summaryrefslogtreecommitdiff
path: root/Version_script.in
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2010-08-31 18:51:40 +0000
committerTim Terriberry <tterribe@xiph.org>2010-08-31 18:51:40 +0000
commit7125eb6381e57436db1c5a2d7c4e52091c37e95c (patch)
tree69cac8f2ae0282587205c4044794b19be8ca1e30 /Version_script.in
parent4ec59aa611e2d4093428c66d01dbbf2535c6cca5 (diff)
downloadtremor-7125eb6381e57436db1c5a2d7c4e52091c37e95c.tar.gz
Remove the extra argument from vorbis_synthesis().
Add vorbis_synthesis_trackonly() instead, so that this part of the API works like mainline libvorbis now. git-svn-id: https://svn.xiph.org/trunk/Tremor@17374 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Version_script.in')
-rw-r--r--Version_script.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Version_script.in b/Version_script.in
index e16d322..7f22f2f 100644
--- a/Version_script.in
+++ b/Version_script.in
@@ -51,6 +51,7 @@
vorbis_synthesis_init;
vorbis_synthesis_restart;
vorbis_synthesis;
+ vorbis_synthesis_trackonly;
vorbis_synthesis_blockin;
vorbis_synthesis_pcmout;
vorbis_synthesis_read;