]> git.sesse.net Git - ffmpeg/blob - libavformat/libavformat.v
Merge commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f'
[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                 ff_mpegts_parse_close;
7                 ff_mpegts_parse_open;
8                 ff_mpegts_parse_packet;
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                 ffio_set_buf_size;
14                 ffurl_close;
15                 ffurl_open;
16                 ffurl_read_complete;
17                 ffurl_seek;
18                 ffurl_size;
19                 ffurl_write;
20                 ffurl_protocol_next;
21                 #those are deprecated, remove on next bump
22                 url_feof;
23                 get_*;
24                 ff_codec_get_id;
25         local: *;
26 };