]> git.sesse.net Git - ffmpeg/blob - libavformat/libavformat.v
vc2enc: optimize and simplify quantization
[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_rtsp_parse_line;
7                 ff_rtp_get_local_rtp_port;
8                 ff_rtp_get_local_rtcp_port;
9                 ffio_open_dyn_packet_buf;
10                 ffio_set_buf_size;
11                 ffurl_close;
12                 ffurl_open;
13                 ffurl_write;
14                 #those are deprecated, remove on next bump
15                 url_feof;
16         local: *;
17 };