Documenation fix: functions are in vorbisfile.h, not libvorbisfile.h.
authorRalph Giles <giles@xiph.org>
Sat, 19 Dec 2009 06:15:44 +0000 (06:15 +0000)
committerRalph Giles <giles@xiph.org>
Sat, 19 Dec 2009 06:15:44 +0000 (06:15 +0000)
svn path=/trunk/vorbis/; revision=16755

doc/vorbisenc/vorbis_encode_ctl.html
doc/vorbisenc/vorbis_encode_init.html
doc/vorbisenc/vorbis_encode_init_vbr.html
doc/vorbisenc/vorbis_encode_setup_init.html
doc/vorbisenc/vorbis_encode_setup_managed.html
doc/vorbisenc/vorbis_encode_setup_vbr.html

index 8fd32b0..ce4c8eb 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_ctl</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This function implements a generic interface to miscellaneous
 encoder settings similar to the clasasic UNIX 'ioctl()' system call.
index 5c06d67..525b546 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_init</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This is the primary function within libvorbisenc for setting up managed bitrate modes.
 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API.  After encoding, vorbis_info_clear should be called.
index 7e8585a..2afe8cd 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_init_vbr</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This is the primary function within libvorbisenc for setting up variable bitrate ("quality" based) modes.
 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API.  After encoding, vorbis_info_clear should be called.
index 4f75a08..48abca1 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_setup_init</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This function performs the last stage of three-step encoding setup, as described in the API overview under <a href="overview.html#BBR">managed bitrate modes</a>.
 
index 3ba0c60..c36599d 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_setup_managed</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This function performs step-one of a three-step bitrate-managed
 encode setup.  It functions similarly to the one-step setup performed
index 25ad019..0e0b16e 100644 (file)
@@ -15,7 +15,7 @@
 
 <h1>vorbis_encode_setup_vbr</h1>
 
-<p><i>declared in "vorbis/libvorbisenc.h";</i></p>
+<p><i>declared in "vorbis/vorbisenc.h";</i></p>
 
 <p>This function performs step-one of a three-step variable bitrate
 (quality-based) encode setup.  It functions similarly to the one-step