Build fixes for the MinGW cross-compiler needed for the beta3 release.
[xiph/unicode.git] / theora / win32 / xmingw32 / libtheoradec-all.def
blob566eeb301b03c9b010f833a6f60e573de2a9405e
1 EXPORTS
2 ; Old alpha API
3 theora_version_string @ 1
4 theora_version_number @ 2
6 theora_decode_header @ 3
7 theora_decode_init @ 4
8 theora_decode_packetin @ 5
9 theora_decode_YUVout @ 6
11 theora_control @ 7
13 theora_packet_isheader @ 8
14 theora_packet_iskeyframe @ 9
16 theora_granule_shift @ 10
17 theora_granule_frame @ 11
18 theora_granule_time @ 12
20 theora_info_init @ 13
21 theora_info_clear @ 14
23 theora_clear @ 15
25 theora_comment_init @ 16
26 theora_comment_add @ 17
27 theora_comment_add_tag @ 18
28 theora_comment_query @ 19
29 theora_comment_query_count @ 20
30 theora_comment_clear @ 21
32 ; New theora-exp API
33 th_version_string @ 22
34 th_version_number @ 23
36 th_decode_headerin @ 24
37 th_decode_alloc @ 25
38 th_setup_free @ 26
39 th_decode_ctl @ 27
40 th_decode_packetin @ 28
41 th_decode_ycbcr_out @ 29
42 th_decode_free @ 30
44 th_packet_isheader @ 31
45 th_packet_iskeyframe @ 32
47 th_granule_frame @ 33
48 th_granule_time @ 34
50 th_info_init @ 35
51 th_info_clear @ 36
53 th_comment_init @ 37
54 th_comment_add @ 38
55 th_comment_add_tag @ 39
56 th_comment_query @ 40
57 th_comment_query_count @ 41
58 th_comment_clear @ 42