[FFmpeg-cvslog] lavf: export some forgotten symbols with non-av prefixes.

Anton Khirnov git at videolan.org
Sun Oct 23 05:53:11 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Oct 22 21:08:31 2011 +0200| [07e12564562cf01a94f9ca6bf378c4e6bd11d29d] | committer: Anton Khirnov

lavf: export some forgotten symbols with non-av prefixes.

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

 libavformat/libavformat.v |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 2a49539..a99fbcf 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -19,5 +19,10 @@ LIBAVFORMAT_$MAJOR {
                 parse_date;
                 dump_format;
                 url_*;
+                get_*;
+                put_*;
+                udp_set_remote_url;
+                udp_get_local_port;
+                init_checksum;
         local: *;
 };



More information about the ffmpeg-cvslog mailing list