Recognizes if input is ogg or not.
[xiph.git] / Tremor / Version_script.in
blob2eb1d87460a8c170d2155e2dbea0eb3ca2256adb
1 #\r
2 # Export file for libvorbisidec\r
3 #\r
4 # Only the symbols listed in the global section will be callable from\r
5 # applications linking to libvorbisidec.\r
6 #\r
7 \r
8 @PACKAGE@.so.1\r
9 {\r
10         global:\r
11                 ov_clear;\r
12                 ov_open;\r
13                 ov_open_callbacks;\r
14                 ov_test;\r
15                 ov_test_callbacks;\r
16                 ov_test_open;\r
17                 ov_bitrate;\r
18                 ov_bitrate_instant;\r
19                 ov_streams;\r
20                 ov_seekable;\r
21                 ov_serialnumber;\r
22                 ov_raw_total;\r
23                 ov_pcm_total;\r
24                 ov_time_total;\r
25                 ov_raw_seek;\r
26                 ov_pcm_seek;\r
27                 ov_pcm_seek_page;\r
28                 ov_time_seek;\r
29                 ov_time_seek_page;\r
30                 ov_raw_tell;\r
31                 ov_pcm_tell;\r
32                 ov_time_tell;\r
33                 ov_info;\r
34                 ov_comment;\r
35                 ov_read;\r
37                 vorbis_info_init;\r
38                 vorbis_info_clear;\r
39                 vorbis_info_blocksize;\r
40                 vorbis_comment_init;\r
41                 vorbis_comment_add;\r
42                 vorbis_comment_add_tag;\r
43                 vorbis_comment_query;\r
44                 vorbis_comment_query_count;\r
45                 vorbis_comment_clear;\r
47         local:\r
48                 *;\r
49 };\r