ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Aug  9 21:04:33 
2014 -0300| [7b3de03c8fa7c7a49522b45dc90f9970417554b4] | committer: Michael 
Niedermayer

lavf: stop exporting internal functions

Except for those currently used by ffserver.

Signed-off-by: James Almer <jamr...@gmail.com>

Also left some others that seemed used by applications other than ffserver

Signed-off-by: Michael Niedermayer <michae...@gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b3de03c8fa7c7a49522b45dc90f9970417554b4
---

 libavformat/libavformat.v |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 8243994..e90aef7 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: *;
 };

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to