libavformat/libavformat.v
a482e61b
 LIBAVFORMAT_$MAJOR {
8d74bf17
         global: av*;
b9db728a
                 #FIXME those are for ffserver
8d74bf17
                 ff_inet_aton;
                 ff_socket_nonblock;
                 ff_rtsp_parse_line;
                 ff_rtp_get_local_rtp_port;
                 ff_rtp_get_local_rtcp_port;
                 ffio_open_dyn_packet_buf;
2367b2a5
                 ffio_set_buf_size;
fa94f8a8
                 ffurl_close;
                 ffurl_open;
a697a185
                 ffurl_read_complete;
                 ffurl_seek;
                 ffurl_size;
fa94f8a8
                 ffurl_write;
8d74bf17
                 #those are deprecated, remove on next bump
5c3c6712
                 url_feof;
8d74bf17
         local: *;
a482e61b
 };