[xiph-commits] r16418 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Tue Aug 4 22:29:44 PDT 2009


Author: giles
Date: 2009-08-04 22:29:44 -0700 (Tue, 04 Aug 2009)
New Revision: 16418

Modified:
   trunk/theora/lib/internal.h
Log:
Set a more trunk-like vendor string for the 1.1 encoder.

Suggestion from Derf. Advertises both the incremented version and the
much-discussed codename; drops Monty's roman numeral iteration. The 
rewrite is bitstream compatible, so it doesn't make sense to call it
'Theora II' and we already have a spec revision in the vendor string.


Modified: trunk/theora/lib/internal.h
===================================================================
--- trunk/theora/lib/internal.h	2009-08-04 20:57:38 UTC (rev 16417)
+++ trunk/theora/lib/internal.h	2009-08-05 05:29:44 UTC (rev 16418)
@@ -72,7 +72,7 @@
 
 
 /*This library's version.*/
-# define OC_VENDOR_STRING "Xiph.Org libThusnelda I 20090527"
+# define OC_VENDOR_STRING "Xiph.Org libtheora 1.1 20090805 (Thusnelda)"
 
 /*Theora bitstream version.*/
 # define TH_VERSION_MAJOR (3)



More information about the commits mailing list