[xiph-commits] r12752 - experimental/j/theora-mashup/lib
j at svn.xiph.org
j at svn.xiph.org
Tue Mar 13 13:29:18 PDT 2007
Author: j
Date: 2007-03-13 13:29:15 -0700 (Tue, 13 Mar 2007)
New Revision: 12752
Modified:
experimental/j/theora-mashup/lib/Version_script.in
Log:
add theora-exp decoding api to Version_script.in
Modified: experimental/j/theora-mashup/lib/Version_script.in
===================================================================
--- experimental/j/theora-mashup/lib/Version_script.in 2007-03-13 15:13:36 UTC (rev 12751)
+++ experimental/j/theora-mashup/lib/Version_script.in 2007-03-13 20:29:15 UTC (rev 12752)
@@ -42,6 +42,34 @@
theora_comment_query_count;
theora_comment_clear;
+ th_version_number;
+ th_version_string;
+
+ th_decode_alloc;
+ th_decode_ctl;
+ th_decode_headerin;
+ th_decode_packetin;
+ th_decode_ycbcr_out;
+
+ th_packet_isheader;
+ th_packet_iskeyframe;
+
+ th_granule_frame;
+ th_granule_time;
+
+ th_setup_free;
+ th_decode_free;
+
+ 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:
*;
};
More information about the commits
mailing list