Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 21:40:50 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2018-01-06 21:34:39 +0300
commit9396ed0f291509e62235e12cd064d5b13b2473c2 (patch)
tree4cc8e70b901f102d2662c6b0c55df9fb6ceaf5d1 /libavformat/libavformat.v
parentc17f4761443b471f47fa8f0a5bcff078cdff9479 (diff)
libavformat: unexpose the ff_inet_aton function
Used only by ffserver. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 291a38f8e7..e838f2918a 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -2,7 +2,6 @@ LIBAVFORMAT_MAJOR {
global:
av*;
#FIXME those are for ffserver
- ff_inet_aton;
ff_socket_nonblock;
ff_rtsp_parse_line;
ff_rtp_get_local_rtp_port;