[cvs-annodex] commit (/annodex):
liboggz/trunk/include/oggz/oggz_constants.h
liboggz/trunk/include/oggz/oggz_seek.h
conrad
nobody at lists.annodex.net
Fri Jan 21 16:59:17 EST 2005
Update of /annodex (new revision 692)
Modified files:
liboggz/trunk/include/oggz/oggz_constants.h
liboggz/trunk/include/oggz/oggz_seek.h
Log Message:
update doxygen comments to mention auto seeking on FLAC and CMML streams
Modified: liboggz/trunk/include/oggz/oggz_constants.h
===================================================================
--- liboggz/trunk/include/oggz/oggz_constants.h 2005-01-21 05:50:40 UTC (rev 691)
+++ liboggz/trunk/include/oggz/oggz_constants.h 2005-01-21 05:59:16 UTC (rev 692)
@@ -58,8 +58,8 @@
* Scan for known headers while reading, and automatically set
* metrics appropriately. Opening a file for reading with
* \a flags = OGGZ_READ | OGGZ_AUTO will allow seeking on Speex,
- * Vorbis, Theora and all Annodex streams in units of milliseconds,
- * once all bos pages have been delivered. */
+ * Vorbis, FLAC, Theora, CMML and all Annodex streams in units of
+ * milliseconds, once all bos pages have been delivered. */
OGGZ_AUTO = 0x20
};
Modified: liboggz/trunk/include/oggz/oggz_seek.h
===================================================================
--- liboggz/trunk/include/oggz/oggz_seek.h 2005-01-21 05:50:40 UTC (rev 691)
+++ liboggz/trunk/include/oggz/oggz_seek.h 2005-01-21 05:59:16 UTC (rev 692)
@@ -42,7 +42,9 @@
* common media codecs
* <a href="http://www.speex.org/">Speex</a>,
* <a href="http://www.vorbis.com/">Vorbis</a>,
- * and <a href="http://www.theora.org/">Theora</a>,
+ * <a href="http://flac.sourceforge.net/">FLAC</a>,
+ * <a href="http://www.theora.org/">Theora</a>,
+ * and <a href="http://www.annodex.net/">CMML</a>,
* as well as all <a href="http://www.annodex.net/">Annodex</a> streams.
* You need do nothing more than open the file with the OGGZ_AUTO flag set.
*
--
conrad
More information about the cvs-annodex
mailing list