lavf: add init_put_byte() to the list of visible symbols.
authorAnton Khirnov <anton@khirnov.net>
Fri, 28 Oct 2011 17:53:55 +0000 (19:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 28 Oct 2011 18:06:34 +0000 (20:06 +0200)
libavformat/libavformat.v

index a99fbcf..c5dc982 100644 (file)
@@ -24,5 +24,6 @@ LIBAVFORMAT_$MAJOR {
                 udp_set_remote_url;
                 udp_get_local_port;
                 init_checksum;
+                init_put_byte;
         local: *;
 };