mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-07 17:52:54 +00:00
libavformat: unexpose private ff_ functions needed by ffserver
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
d41de90d44
commit
8788e82c04
@ -1,15 +1,6 @@
|
|||||||
LIBAVFORMAT_MAJOR {
|
LIBAVFORMAT_MAJOR {
|
||||||
global:
|
global:
|
||||||
av*;
|
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:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user