Documenation fix: functions are in vorbisfile.h, not libvorbisfile.h.
[platform/upstream/libvorbis.git] / doc / vorbisenc / vorbis_encode_init.html
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.