]> git.sesse.net Git - ffmpeg/blob - libavformat/libavformat.v
718524e9c3d7fca39bf0537b948ab239ddae6b5e
[ffmpeg] / libavformat / libavformat.v
1 LIBAVFORMAT_$MAJOR {
2         global: av*;
3                 #FIXME those are for ffserver
4                 ff_inet_aton;
5                 ff_socket_nonblock;
6                 ffm_set_write_index;
7                 ffm_read_write_index;
8                 ffm_write_write_index;
9                 ff_rtsp_parse_line;
10                 ff_rtp_get_local_rtp_port;
11                 ff_rtp_get_local_rtcp_port;
12                 ffio_open_dyn_packet_buf;
13                 url_open;
14                 url_close;
15                 url_write;
16                 url_get_max_packet_size;
17                 #those are deprecated, remove on next bump
18                 find_info_tag;
19                 parse_date;
20                 dump_format;
21                 url_*;
22                 ff_timefilter_destroy;
23                 ff_timefilter_new;
24                 ff_timefilter_update;
25                 ff_timefilter_reset;
26                 get_*;
27                 put_*;
28                 udp_set_remote_url;
29                 udp_get_local_port;
30                 init_checksum;
31                 init_put_byte;
32         local: *;
33 };