diff mbox

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

Message ID 20171021185439.30693-6-atomnuker@gmail.com
State New
Headers show

Commit Message

Rostislav Pehlivanov Oct. 21, 2017, 6:54 p.m. UTC
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
---
 libavformat/libavformat.v | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox

Patch

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: