[xiph-commits] r13306 - trunk/theora-exp/include/theora

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jul 24 10:35:52 PDT 2007


Author: tterribe
Date: 2007-07-24 10:35:52 -0700 (Tue, 24 Jul 2007)
New Revision: 13306

Modified:
   trunk/theora-exp/include/theora/theoraenc.h
Log:
Documentation fixes. OC has been replaced by TH in the public headers.


Modified: trunk/theora-exp/include/theora/theoraenc.h
===================================================================
--- trunk/theora-exp/include/theora/theoraenc.h	2007-07-24 15:37:58 UTC (rev 13305)
+++ trunk/theora-exp/include/theora/theoraenc.h	2007-07-24 17:35:52 UTC (rev 13306)
@@ -198,7 +198,7 @@
  *                 The default is to use the QI setting passed in via the
  *                  #th_info struct when the encoder was initialized, with a
  *                  full range of admissible quantizers.
- * \retval OC_EFAULT \a _enc_ctx is <tt>NULL</tt>.
+ * \retval TH_EFAULT \a _enc_ctx is <tt>NULL</tt>.
  * \retval TH_EINVAL The configuration parameters do not meet one of their
  *                    stated requirements, \a _buf is <tt>NULL</tt> and
  *                    \a _buf_sz is not zero, or \a _buf is non-<tt>NULL</tt>
@@ -216,7 +216,7 @@
  *                  configuration is unchanged.
  *                 The default is to use the QI setting passed in via the
  *                  #th_info struct when the encoder was initialized.
- * \retval OC_EFAULT \a _enc_ctx is <tt>NULL</tt>.
+ * \retval TH_EFAULT \a _enc_ctx is <tt>NULL</tt>.
  * \retval TH_EINVAL \a _buf_sz is not <tt>sizeof(#th_cqi_cfg)</tt>.
  * \retval TH_IMPL   Not supported by this implementation.*/
 #define TH_ENCCTL_SETUP_CQI (18)



More information about the commits mailing list