[FFmpeg-cvslog] lavf: add init_put_byte() to the list of visible symbols.

Anton Khirnov git at videolan.org
Sat Oct 29 02:31:40 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Oct 28 19:53:55 2011 +0200| [854eadccb69e44e98aaf94906708839d6c0e4ed0] | committer: Anton Khirnov

lavf: add init_put_byte() to the list of visible symbols.

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

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

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index a99fbcf..c5dc982 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -24,5 +24,6 @@ LIBAVFORMAT_$MAJOR {
                 udp_set_remote_url;
                 udp_get_local_port;
                 init_checksum;
+                init_put_byte;
         local: *;
 };



More information about the ffmpeg-cvslog mailing list