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 8fd32b0b9b8ae52f8f2b96eb7fee3bbf931f4e0b..ce4c8ebf08d29fb689e9829439ff38dc396b05ec 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 5c06d67d27eafbc3eaff534da7ae473b89cd2caa..525b54653e69e89df9731ff430fce14ccf5d80fd 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 7e8585a7b7df2ac3c66d872f16a714e5f294ff2d..2afe8cd32c2d26b57044322267f77ff13598f5e6 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 4f75a08b8ed476dae966e03103a4e7f85388c26f..48abca11e8a6c624c488c15d2e974582b65e5c89 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 3ba0c60ca9f9fcdfb90599166bcdb211e694daba..c36599ddfb014a359ab50c6c840e69c31493577a 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 25ad0199bb26766859ca8d420654b460ab5c0fc5..0e0b16ee1ad9e63c2e830495733765c031684705 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