Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / 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_read_complete;
14                 ffurl_seek;
15                 ffurl_size;
16                 ffurl_write;
17                 #those are deprecated, remove on next bump
18                 url_feof;
19         local: *;
20 };