From: Monty Date: Tue, 3 Aug 2004 05:21:45 +0000 (+0000) Subject: Correct two function name typos X-Git-Tag: v1.3.3~522 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6e42f5e9458d77bc9bda5cad0f1cf5494f77efb;p=platform%2Fupstream%2Flibvorbis.git Correct two function name typos svn path=/trunk/vorbis/; revision=7462 --- diff --git a/doc/vorbisenc/ov_ectl_ratemanage2_arg.html b/doc/vorbisenc/ov_ectl_ratemanage2_arg.html index cca07dd..a9f7207 100644 --- a/doc/vorbisenc/ov_ectl_ratemanage2_arg.html +++ b/doc/vorbisenc/ov_ectl_ratemanage2_arg.html @@ -20,7 +20,7 @@

The ov_ectl_ratemanage2_arg structure is used with ov_ectl() and the OV_ECTL_RATEMANAGE2_GET and +href="vorbis_encode_ctl.html">vorbis_encode_ctl() 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. diff --git a/doc/vorbisenc/ov_ectl_ratemanage_arg.html b/doc/vorbisenc/ov_ectl_ratemanage_arg.html index 8ad9aea..332f0b7 100644 --- a/doc/vorbisenc/ov_ectl_ratemanage_arg.html +++ b/doc/vorbisenc/ov_ectl_ratemanage_arg.html @@ -20,11 +20,11 @@

The ov_ectl_ratemanage_arg structure is used with ov_ectl() and the OV_ECTL_RATEMANAGE_GET, +href="vorbis_encode_ctl.html">vorbis_encode_ctl() 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 ov_ectl_ratemanage2_arg struct and OV_ECTL_RATEMANAGE2_GET and OV_ECTL_RATEMANAGE2_SET calls in new code.