[xiph-commits] r16309 - branches/theora-thusnelda/include/theora

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jul 21 17:33:59 PDT 2009


Author: tterribe
Date: 2009-07-21 17:33:59 -0700 (Tue, 21 Jul 2009)
New Revision: 16309

Modified:
   branches/theora-thusnelda/include/theora/theoradec.h
Log:
Update documentation corresponding to r16276.


Modified: branches/theora-thusnelda/include/theora/theoradec.h
===================================================================
--- branches/theora-thusnelda/include/theora/theoradec.h	2009-07-21 20:19:37 UTC (rev 16308)
+++ branches/theora-thusnelda/include/theora/theoradec.h	2009-07-22 00:33:59 UTC (rev 16309)
@@ -294,6 +294,7 @@
  *               It may be freed or overwritten without notification when
  *                subsequent frames are decoded.
  * \retval 0 Success
+ * \retval TH_EFAULT     \a _dec or \a _ycbcr was <tt>NULL</tt>.
  */
 extern int th_decode_ycbcr_out(th_dec_ctx *_dec,
  th_ycbcr_buffer _ycbcr);



More information about the commits mailing list