[xiph-commits] r8418 - trunk/theora/include/theora
giles at motherfish-iii.xiph.org
giles at motherfish-iii.xiph.org
Wed Dec 15 11:11:00 PST 2004
Author: giles
Date: 2004-12-15 11:10:59 -0800 (Wed, 15 Dec 2004)
New Revision: 8418
Modified:
trunk/theora/include/theora/theora.h
Log:
Document the addition of functions new to this version.
Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h 2004-12-15 18:13:18 UTC (rev 8417)
+++ trunk/theora/include/theora/theora.h 2004-12-15 19:10:59 UTC (rev 8418)
@@ -360,6 +360,7 @@
* \param op An ogg_packet containing encoded theora data.
* \retval 1 The packet is a header packet
* \retval 0 The packet is not a header packet (and so contains frame data)
+ * Thus function was added in the 1.0alpha4 release.
*/
extern int theora_packet_isheader(ogg_packet *op);
@@ -369,6 +370,7 @@
* \retval 1 The packet contains a keyframe image
* \retval 0 The packet is contains an interframe delta
* \retval -1 the packet is not an image data packet at all
+ * Thus function was added in the 1.0alpha4 release.
*/
extern int theora_packet_iskeyframe(ogg_packet *op);
@@ -379,6 +381,7 @@
* \param granulepos The granulepos to convert.
* \returns The frame number corresponding to \a granulepos.
* \retval -1 The given granulepos is invalid (ie. negative)
+ * Thus function was added in the 1.0alpha4 release.
*/
extern ogg_int64_t theora_granule_frame(theora_state *th,ogg_int64_t granulepos);
More information about the commits
mailing list