[FFmpeg-devel] [PATCH 5/6] libavformat: unexpose private ff_ functions needed by ffserver

Rostislav Pehlivanov atomnuker at gmail.com
Sat Oct 21 21:54:38 EEST 2017


Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
---
 libavformat/libavformat.v | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 87401f7a9b..df28e15b0e 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;
         #those are deprecated, remove on next bump
         url_feof;
     local:
-- 
2.15.0.rc1.287.g2b38de12cc



More information about the ffmpeg-devel mailing list