summaryrefslogtreecommitdiff
path: root/libavformat/libavformat.v
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 42b3e0c8e2..47d5ddcdb1 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -1,15 +1,6 @@
LIBAVFORMAT_MAJOR {
global:
av*;
- #FIXME those are for ffserver
- ff_socket_nonblock;
- ff_rtsp_parse_line;
- ff_rtp_get_local_rtp_port;
- ffio_open_dyn_packet_buf;
- ffio_set_buf_size;
- ffurl_close;
- ffurl_open;
- ffurl_write;
local:
*;
};