[xiph-commits] r7462 - trunk/vorbis/doc/vorbisenc

xiphmont at motherfish-iii.xiph.org xiphmont
Thu Aug 5 19:07:57 PDT 2004


Author: xiphmont
Date: Thu Aug  5 19:07:57 2004
New Revision: 7462

Modified:
trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html
trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html
Log:
Correct two function name typos


Modified: trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html	2004-08-03 05:05:40 UTC (rev 7461)
+++ trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html	2004-08-03 05:21:45 UTC (rev 7462)
@@ -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.


Modified: trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html	2004-08-03 05:05:40 UTC (rev 7461)
+++ trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html	2004-08-03 05:21:45 UTC (rev 7462)
@@ -20,11 +20,11 @@
<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.



More information about the commits mailing list