diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-02-09 22:10:30 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-02-09 22:10:30 -0300 |
commit | 0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac (patch) | |
tree | 276c4d099e178eb67fbd14f61d77b05e3808e9e3 /drivers/theora/theora.exp | |
parent | 0e49da1687bc8192ed210947da52c9e5c5f301bb (diff) |
GODOT IS OPEN SOURCE
Diffstat (limited to 'drivers/theora/theora.exp')
-rw-r--r-- | drivers/theora/theora.exp | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/drivers/theora/theora.exp b/drivers/theora/theora.exp new file mode 100644 index 0000000000..b4e0225f1e --- /dev/null +++ b/drivers/theora/theora.exp @@ -0,0 +1,55 @@ +# export list for libtheora
+_theora_version_string
+_theora_version_number
+_theora_encode_init
+_theora_encode_YUVin
+_theora_encode_packetout
+_theora_encode_header
+_theora_encode_comment
+_theora_encode_tables
+_theora_decode_header
+_theora_decode_init
+_theora_decode_packetin
+_theora_decode_YUVout
+_theora_control
+_theora_packet_isheader
+_theora_packet_iskeyframe
+_theora_granule_shift
+_theora_granule_frame
+_theora_granule_time
+_theora_info_init
+_theora_info_clear
+_theora_clear
+_theora_comment_init
+_theora_comment_add
+_theora_comment_add_tag
+_theora_comment_query
+_theora_comment_query_count
+_theora_comment_clear
+_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
+_th_encode_alloc
+_th_encode_ctl
+_th_encode_flushheader
+_th_encode_packetout
+_th_encode_ycbcr_in
+_th_encode_free
|