libavformat.v 546 Bytes
Newer Older
1
LIBAVFORMAT_$MAJOR {
2
        global: av*;
3
                #FIXME those are for ffserver
4 5 6 7 8 9
                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;
10
                ffio_set_buf_size;
11 12 13
                ffurl_close;
                ffurl_open;
                ffurl_write;
14
                #those are deprecated, remove on next bump
15
                url_feof;
16
        local: *;
17
};