diff options
author | James Almer <jamrial@gmail.com> | 2014-08-09 21:04:33 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-11 14:29:56 +0200 |
commit | 7b3de03c8fa7c7a49522b45dc90f9970417554b4 (patch) | |
tree | 27957b880a12ea48980caa39268a258d8c79f75d /libavformat | |
parent | 31b7ab9f0699ce06858f117243d16847cc0a40eb (diff) | |
download | ffmpeg-7b3de03c8fa7c7a49522b45dc90f9970417554b4.tar.gz |
lavf: stop exporting internal functions
Except for those currently used by ffserver.
Signed-off-by: James Almer <jamrial@gmail.com>
Also left some others that seemed used by applications other than ffserver
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/libavformat.v | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 824399446d..e90aef79ff 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; @@ -17,10 +14,7 @@ LIBAVFORMAT_$MAJOR { ffurl_seek; ffurl_size; ffurl_write; - ffurl_protocol_next; #those are deprecated, remove on next bump url_feof; - get_*; - ff_codec_get_id; local: *; }; |