Correct two function name typos
authorMonty <xiphmont@xiph.org>
Tue, 3 Aug 2004 05:21:45 +0000 (05:21 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 3 Aug 2004 05:21:45 +0000 (05:21 +0000)
svn path=/trunk/vorbis/; revision=7462

doc/vorbisenc/ov_ectl_ratemanage2_arg.html
doc/vorbisenc/ov_ectl_ratemanage_arg.html

index cca07dd..a9f7207 100644 (file)
@@ -20,7 +20,7 @@
 <p>
 
 The ov_ectl_ratemanage2_arg structure is used with <a
-href="ov_ectl.html">ov_ectl()</a> and the OV_ECTL_RATEMANAGE2_GET and
+href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE2_GET and
 OV_ECTL_RATEMANAGE2_SET  calls in order to query and modify specifics
 of the encoder's bitrate management configuration.
 
index 8ad9aea..332f0b7 100644 (file)
 <p>
 
 The ov_ectl_ratemanage_arg structure is used with <a
-href="ov_ectl.html">ov_ectl()</a> and the OV_ECTL_RATEMANAGE_GET,
+href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE_GET,
 OV_ECTL_RATEMANAGE_SET, OV_ECTL_RATEMANAGE_AVG,
 OV_ECTL_RATEMANAGE_HARD calls in order to query and modify specifics
 of the encoder's bitrate management configuration.  Note that this is
-a deprecated interface; please use ov_ectl() with the <a
+a deprecated interface; please use vorbis_encode_ctl() with the <a
 href="ov_ectl_ratemanage2_arg.html">ov_ectl_ratemanage2_arg</a> struct
 and OV_ECTL_RATEMANAGE2_GET and OV_ECTL_RATEMANAGE2_SET calls in new
 code.