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

giles at svn.xiph.org giles at svn.xiph.org
Fri Sep 21 16:41:40 PDT 2007


Author: giles
Date: 2007-09-21 16:41:40 -0700 (Fri, 21 Sep 2007)
New Revision: 13874

Modified:
   trunk/theora/lib/Version_script
Log:
Export only the old "1.0" API for now.


Modified: trunk/theora/lib/Version_script
===================================================================
--- trunk/theora/lib/Version_script	2007-09-21 23:37:47 UTC (rev 13873)
+++ trunk/theora/lib/Version_script	2007-09-21 23:41:40 UTC (rev 13874)
@@ -51,40 +51,3 @@
 	local:
 		*;
 };
-
-
-# This version set defines the (better) revised API.
-
-libtheora-2.0
-{
-	global:
-		th_version_string;
-		th_version_number;
-
-		th_decode_headerin;
-		th_decode_alloc;
-		th_setup_free;
-		th_decode_ctl;
-		th_decode_packetin;
-		th_decode_ycbcr_out;
-		th_decode_free;
-
-		th_packet_isheader;
-		th_packet_iskeyframe;
-
-		th_granule_frame;
-		th_granule_time;
-
-		th_info_init;
-		th_info_clear;
-
-		th_comment_init;
-		th_comment_add;
-		th_comment_add_tag;
-		th_comment_query;
-		th_comment_query_count;
-		th_comment_clear;
-
-	local:
-		*;
-} libtheora.so.1.0;



More information about the commits mailing list