[xiph-commits] r9132 - experimental/derf/theora-exp/include/theora
tterribe at motherfish-iii.xiph.org
tterribe at motherfish-iii.xiph.org
Wed Apr 13 16:21:47 PDT 2005
Author: tterribe
Date: 2005-04-13 16:21:46 -0700 (Wed, 13 Apr 2005)
New Revision: 9132
Modified:
experimental/derf/theora-exp/include/theora/theora.h
Log:
Fix typo so auto-linking works in previous commit.
Modified: experimental/derf/theora-exp/include/theora/theora.h
===================================================================
--- experimental/derf/theora-exp/include/theora/theora.h 2005-04-13 23:17:59 UTC (rev 9131)
+++ experimental/derf/theora-exp/include/theora/theora.h 2005-04-13 23:21:46 UTC (rev 9132)
@@ -782,8 +782,8 @@
extern int theora_decode_packetin(theora_dec_ctx *_dec,const ogg_packet *_op,
ogg_int64_t *_granpos);
/**Outputs the next available frame of decoded Y'CbCr data.
- * If a striped decode callback has been set with #OC_DECCTL_STRIPE_CB, then
- * the application does not need to call this function.
+ * If a striped decode callback has been set with #OC_DECCTL_SET_STRIPE_CB,
+ * then the application does not need to call this function.
* \param _dec A #theora_dec_ctx handle.
* \param _ycbcr A video buffer structure to fill in.
* <tt>libtheora</tt> will fill in all the members of this
More information about the commits
mailing list