[xiph-commits] r16546 - trunk/theora/include/theora

giles at svn.xiph.org giles at svn.xiph.org
Mon Aug 31 20:07:14 PDT 2009


Author: giles
Date: 2009-08-31 20:07:14 -0700 (Mon, 31 Aug 2009)
New Revision: 16546

Modified:
   trunk/theora/include/theora/theora.h
Log:
The examples have been ported to the 1.x api and are no longer useful 
references for using the legacy api.


Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h	2009-08-31 22:52:42 UTC (rev 16545)
+++ trunk/theora/include/theora/theora.h	2009-09-01 03:07:14 UTC (rev 16546)
@@ -114,16 +114,6 @@
  * checking beyond whether a header bit is present.  Instead, use the
  * theora_decode_header() function and check the return value; or examine the
  * header bytes at the beginning of the Ogg page.
- *
- * \subsection example Example Decoder 
- *
- * See <a href="http://svn.xiph.org/trunk/theora/examples/dump_video.c">
- * examples/dump_video.c</a> for a simple decoder implementation.
- *
- * \section encoding Encoding Process
- *
- * See <a href="http://svn.xiph.org/trunk/theora/examples/encoder_example.c">
- * examples/encoder_example.c</a> for a simple encoder implementation.
  */
 
 



More information about the commits mailing list