[FFmpeg-devel] [PATCH 2/4] lavf: stop exporting internal functions
James Almer
jamrial at gmail.com
Sun Aug 10 02:04:33 CEST 2014
Except for those currently used by ffserver.
Signed-off-by: James Almer <jamrial at gmail.com>
---
libavformat/libavformat.v | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 8243994..a00a309 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -3,9 +3,6 @@ LIBAVFORMAT_$MAJOR {
#FIXME those are for ffserver
ff_inet_aton;
ff_socket_nonblock;
- ff_mpegts_parse_close;
- ff_mpegts_parse_open;
- ff_mpegts_parse_packet;
ff_rtsp_parse_line;
ff_rtp_get_local_rtp_port;
ff_rtp_get_local_rtcp_port;
@@ -13,14 +10,8 @@ LIBAVFORMAT_$MAJOR {
ffio_set_buf_size;
ffurl_close;
ffurl_open;
- ffurl_read_complete;
- ffurl_seek;
- ffurl_size;
ffurl_write;
- ffurl_protocol_next;
#those are deprecated, remove on next bump
url_feof;
- get_*;
- ff_codec_get_id;
local: *;
};
--
1.8.5.5
More information about the ffmpeg-devel
mailing list